Makefile (348B)
1 # $OpenBSD$ 2 3 COMMENT = curses audio visualizer 4 DISTNAME = nausea-0.3 5 CATEGORIES = audio 6 HOMEPAGE = http://git.2f30.org/nausea/ 7 MAINTAINER = Lazaros Koromilas <lostd@2f30.org> 8 9 # BSD 10 PERMIT_PACKAGE_CDROM = Yes 11 12 WANTLIB = c curses fftw3 m pthread 13 14 MASTER_SITES = http://dl.2f30.org/releases/ 15 16 LIB_DEPENDS = math/fftw3 17 18 .include <bsd.port.mk>