31 lines
637 B
Makefile
Raw Normal View History

2015-12-03 21:24:29 +00:00
# $OpenBSD: Makefile,v 1.21 2015/12/03 21:24:29 sthen Exp $
COMMENT= curses front-end for various audio players
DISTNAME= cplay-1.49
2015-07-18 04:46:56 +00:00
REVISION = 8
CATEGORIES= audio
2004-11-21 19:01:28 +00:00
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
2015-12-03 21:24:29 +00:00
MASTER_SITES= https://spacehopper.org/mirrors/
2004-08-03 14:59:26 +00:00
MODULES= lang/python
NO_BUILD= Yes
2013-03-10 22:55:01 +00:00
NO_TEST= Yes
PKG_ARCH= *
do-configure:
2015-07-18 14:33:49 +00:00
@sed -i "s,/etc/,${SYSCONFDIR}/," ${WRKSRC}/cplay{,.1}
@sed -i "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>