summaryrefslogtreecommitdiff
path: root/audio/csound-bath/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-27 17:17:16 +0000
committerwiz <wiz@pkgsrc.org>2001-04-27 17:17:16 +0000
commit7ac64e1e053d09834e214bec26cf91bde4a2771f (patch)
treed12b44eaafeadaeca5d7ad5f0dffb89b7d364d71 /audio/csound-bath/Makefile
parent7920f1384722d2a931ec5f91f633f27ef4c46c95 (diff)
downloadpkgsrc-7ac64e1e053d09834e214bec26cf91bde4a2771f.tar.gz
Initial import of csound-bath, supplied by Ben Collver in pkg/11758.
Similar to csound, but the 'original' bath version.
Diffstat (limited to 'audio/csound-bath/Makefile')
-rw-r--r--audio/csound-bath/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile
new file mode 100644
index 00000000000..bac45aaf7b3
--- /dev/null
+++ b/audio/csound-bath/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 17:17:16 wiz Exp $
+#
+
+DISTNAME= Csound4.12
+PKGNAME= csound-bath-4.12
+NO_WRKSUBDIR= yes
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/newest/
+
+MAINTAINER= collver@softhome.net
+HOMEPAGE= http://www.csound.org
+COMMENT= software synthesizer and sequencer
+
+LICENSE= csound-license
+NO_SRC_ON_CDROM= "no for-fee-redistribution"
+NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM}
+
+DIST_SUBDIR= csound
+MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFLICTS= csound-4*
+
+#pre-build:
+# ${CHMOD} -R 644 ${WRKDIR}
+
+#do-install:
+# ${INSTALL_DATA_DIR} ${PREFIX}/share/csound
+# ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/csound
+# ${INSTALL_DATA} ${WRKSRC}/csound.txt ${PREFIX}/share/csound/
+# for i in `${FIND} ${WRKDIR} -type f -perm 755`; do \
+# ${INSTALL_PROGRAM} $${i} ${PREFIX}/bin ; \
+# done
+
+.include "../../mk/bsd.pkg.mk"