summaryrefslogtreecommitdiff
path: root/audio/snd/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-22 23:20:20 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-22 23:20:20 +0000
commit10f9e71d0a618db2347ebd7af6e0d0e8a1d1fdfa (patch)
treeca546551dc88806ae8826701694d44083b9d7bed /audio/snd/Makefile
parentaa179a5ba46f2f1e79f83ee2c3d2492d0c963f13 (diff)
downloadpkgsrc-10f9e71d0a618db2347ebd7af6e0d0e8a1d1fdfa.tar.gz
X based sound editor.
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r--audio/snd/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
new file mode 100644
index 00000000000..15a2116d335
--- /dev/null
+++ b/audio/snd/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: snd
+# Version required: 12-Feb-98
+# Date created: 1998-02-22
+# Whom: hubertf@netbsd.org
+#
+# $NetBSD: Makefile,v 1.1 1998/02/22 23:20:20 hubertf Exp $
+#
+
+DISTNAME= snd
+PKGNAME= snd-19980212
+NO_WRKSUBDIR= YES
+CATEGORIES= audio
+MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/
+
+MAINTAINER= hubertf@netbsd.org
+
+LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm \
+ Xm.0.:${PORTSDIR}/x11/lesstif
+
+USE_X11= YES
+MAKEFILE= makefile.netbsd
+ALL_TARGET= snd
+
+do-install:
+ cd ${WRKSRC} ; ${INSTALL_PROGRAM} snd ${PREFIX}/bin
+ cd ${WRKSRC} ; ${INSTALL_DATA} Snd.ad ${PREFIX}/lib/X11/app-defaults/Snd
+ ${MKDIR} ${PREFIX}/share/doc/snd
+ cd ${WRKSRC} ; ${INSTALL_DATA} *.gif *.html *.txt README.Snd ${PREFIX}/share/doc/snd
+
+.include <bsd.port.mk>