diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-07 10:36:18 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-07 10:36:18 +0000 |
commit | a8f2c65301b70b6c497dbb38d997c1552218981d (patch) | |
tree | 99f3ed94002be80f7d705247d48320d133445ae3 /audio/gramofile/Makefile | |
parent | ede0e616e68e718b259a24efb0355275f72d7a1b (diff) | |
download | ports-a8f2c65301b70b6c497dbb38d997c1552218981d.tar.gz ports-a8f2c65301b70b6c497dbb38d997c1552218981d.zip |
Notes
Diffstat (limited to 'audio/gramofile/Makefile')
-rw-r--r-- | audio/gramofile/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile new file mode 100644 index 000000000000..70bd8db389a6 --- /dev/null +++ b/audio/gramofile/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gramofile +# Version required: 1.6 +# Date created: Fri Jan 28 18:40:38 CET 2000 +# Whom: nox@jelal.kn-bremen.de +# +# $FreeBSD$ +# + +DISTNAME= gramofile-1.6 +CATEGORIES= audio +MASTER_SITES= http://panic.et.tudelft.nl/~costar/gramofile/ + +MAINTAINER= nox@jelal.kn-bremen.de + +ALL_TARGET= gramofile +USE_GMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gramofile ${WRKSRC}/bplay_gramo ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/gramofile + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gramofile + ${LN} -s bplay_gramo ${PREFIX}/bin/brec_gramo + +.include <bsd.port.mk> |