openbsd-ports/audio/morseplayer/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

29 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.12 2010/11/15 00:22:47 espie Exp $
COMMENT= morse player
DISTNAME= morseplayer-1.4
REVISION= 0
CATEGORIES= audio
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m sndio
# no longer exists
#MASTER_SITES= http://www.thought.net/jason/radio/
MASTER_SITES= ${MASTER_SITE_OPENBSD}
MAKE_FLAGS+= LDADD="-lsndio -lm"
FAKE_FLAGS= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/cat"
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>