diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-13 23:26:28 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-13 23:26:28 +0000 |
commit | 5de423c5ecbe5550211bf24528bafffd348849a5 (patch) | |
tree | 738cd30dd759ff41043ea445ffe5400f7f21f7d8 /audio/cmp3/Makefile | |
parent | 786a0abc5d2b1ad232f70cd81363aa01f8833ad1 (diff) |
A simple yet featureful ncurses frontend to mpg123.
PR: 11076
Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=17858
Diffstat (limited to 'audio/cmp3/Makefile')
-rw-r--r-- | audio/cmp3/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile new file mode 100644 index 000000000000..bff7e166b3d7 --- /dev/null +++ b/audio/cmp3/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: cmp3 +# Version required: 2.0pre3 +# Date created: 10 April 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= cmp3-2.0pre3 +PKGNAME= cmp3-2.0p3 +CATEGORIES= audio +MASTER_SITES= http://nkk104.rh.psu.edu/cmp3/ + +MAINTAINER= cpiazza@home.net + +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/cmp3 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/rnmp3 ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/cmp3 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cmp3 +.endif + +post-install: + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> |