openbsd-ports/audio/dumb/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

27 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:46 espie Exp $
COMMENT= IT/MOD/XM player and library
DISTNAME= dumb-0.9.3
REVISION= 0
CATEGORIES= audio
HOMEPAGE= http://dumb.sourceforge.net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dumb/}
# free, with some not-seriously-intended joke clauses
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= alleg c m pthread
USE_GMAKE= yes
LIB_DEPENDS= games/allegro
NO_REGRESS= Yes
.include <bsd.port.mk>