diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:47:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:47:31 +0000 |
commit | 1a21506918a90210c3d11848818852557d4d2427 (patch) | |
tree | 228793bf2393d2092a688305eb49e9770bee42c0 /audio/juke/Makefile | |
parent | 23ea35436da5d25319d192e7a2564003c09033af (diff) |
Notes
Diffstat (limited to 'audio/juke/Makefile')
-rw-r--r-- | audio/juke/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/juke/Makefile b/audio/juke/Makefile new file mode 100644 index 000000000000..cb978d7def72 --- /dev/null +++ b/audio/juke/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: juke +# Version required: 0.5 +# Date created: 2 May 1999 +# Whom: oyvindmo@initio.no +# +# $Id$ +# + +DISTNAME= juke-0.5 +CATEGORIES= audio +MASTER_SITES= http://www.nocrew.org/software/juke/archive/ + +MAINTAINER= oyvindmo@initio.no + +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample + @${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE + @${CAT} ${WRKSRC}/MESSAGE + +.include <bsd.port.mk> |