summaryrefslogtreecommitdiffstats
path: root/audio/dagrab/Makefile
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-01-02 19:40:28 +0000
committerhoek <hoek@FreeBSD.org>1999-01-02 19:40:28 +0000
commit6444c59c2fcda91abb8ca293858d77b6b535efcc (patch)
tree4ae6934a8a38e57dcf219e34f8f6eeda7f465803 /audio/dagrab/Makefile
parent317a6839e9983445c1ea9498a9143fcf87781607 (diff)
downloadFreeBSD-ports-6444c59c2fcda91abb8ca293858d77b6b535efcc.zip
FreeBSD-ports-6444c59c2fcda91abb8ca293858d77b6b535efcc.tar.gz
Digital-Audio grabber (output into wav files)
Submitted by: Chia-liang Kao <clkao@CirX.ORG> (ports/9265)
Diffstat (limited to 'audio/dagrab/Makefile')
-rw-r--r--audio/dagrab/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/dagrab/Makefile b/audio/dagrab/Makefile
new file mode 100644
index 0000000..82b1da1
--- /dev/null
+++ b/audio/dagrab/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: dagrab
+# Version required: 0.3
+# Date created: 2nd, Jan 1999
+# Whom: Chia-liang Kao <clkao@CirX.ORG>
+#
+# $Id$
+#
+
+DISTNAME= dagrab-0.3
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/sound/cdrom
+
+PATCH_SITES= http://ken.csie.ntu.edu.tw/~clkao/
+PATCHFILES= dagrab-freebsd.patch.gz
+
+MAINTAINER= clkao@CirX.ORG
+
+USE_GMAKE= yes
+
+MAN1= dagrab.1
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin/dagrab
+ @${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1/dagrab.1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud