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

38 lines
813 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/11/15 00:22:46 espie Exp $
COMMENT= curses front-end for various audio players
DISTNAME= cplay-1.49
REVISION = 5
CATEGORIES= audio
HOMEPAGE= http://mask.tf.hut.fi/~flu/hacks/cplay/
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE} \
http://spacehopper.org/mirrors/
MODULES= lang/python
NO_BUILD= Yes
NO_REGRESS= Yes
USE_GROFF = Yes
PKG_ARCH= *
do-configure:
@perl -pi -e "s,/etc/,${SYSCONFDIR}/," ${WRKSRC}/cplay{,.1}
@perl -pi -e "s,^#!.*python,#!${MODPY_BIN}," ${WRKSRC}/cplay
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cplay ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/cplay.1 ${PREFIX}/man/man1
.include <bsd.port.mk>