2010-11-14 19:22:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/11/15 00:22:46 espie Exp $
|
2004-02-18 14:23:40 -05:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= curses front-end for various audio players
|
2004-02-18 14:23:40 -05:00
|
|
|
|
|
|
|
DISTNAME= cplay-1.49
|
2010-08-30 17:36:14 -04:00
|
|
|
REVISION = 5
|
2004-02-18 14:23:40 -05:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
2006-02-18 14:26:40 -05:00
|
|
|
HOMEPAGE= http://mask.tf.hut.fi/~flu/hacks/cplay/
|
2004-02-18 14:23:40 -05:00
|
|
|
|
2004-11-21 14:01:28 -05:00
|
|
|
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
|
2004-02-18 14:23:40 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-08-24 11:28:21 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE} \
|
|
|
|
http://spacehopper.org/mirrors/
|
2004-02-18 14:23:40 -05:00
|
|
|
|
2004-08-03 10:59:26 -04:00
|
|
|
MODULES= lang/python
|
2004-02-18 14:23:40 -05:00
|
|
|
|
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
2010-11-14 19:22:45 -05:00
|
|
|
USE_GROFF = Yes
|
2004-02-18 14:23:40 -05:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@perl -pi -e "s,/etc/,${SYSCONFDIR}/," ${WRKSRC}/cplay{,.1}
|
2008-02-09 12:46:10 -05:00
|
|
|
@perl -pi -e "s,^#!.*python,#!${MODPY_BIN}," ${WRKSRC}/cplay
|
2004-02-18 14:23:40 -05:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cplay ${PREFIX}/bin/
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/cplay.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|