openbsd-ports/audio/cplay/Makefile
ajacoutot 29b5a8e7a9 Clean up the use of USE_GROFF for ports where mandoc doesn't have any
ERRORs and formatting looks Ok.

from Brad
2012-01-03 07:03:54 +00:00

37 lines
800 B
Makefile

# $OpenBSD: Makefile,v 1.17 2012/01/03 07:03:54 ajacoutot Exp $
COMMENT= curses front-end for various audio players
DISTNAME= cplay-1.49
REVISION = 7
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
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>