summaryrefslogtreecommitdiff
path: root/emulators/cygwin_esound/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-11 20:14:35 +0000
committertv <tv@pkgsrc.org>2004-10-11 20:14:35 +0000
commit147af65aa17c61cf39071109f2212b0ee7fcf3e6 (patch)
tree210e23099182fa0ccae7d5862d0ad159330a2a2a /emulators/cygwin_esound/Makefile
parent09e32bf004072d3cf48bc8f9a5105f0fc953a727 (diff)
downloadpkgsrc-147af65aa17c61cf39071109f2212b0ee7fcf3e6.tar.gz
cygwin_esound, an EsounD server for Cygwin (providing sound support for
Interix apps).
Diffstat (limited to 'emulators/cygwin_esound/Makefile')
-rw-r--r--emulators/cygwin_esound/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/emulators/cygwin_esound/Makefile b/emulators/cygwin_esound/Makefile
new file mode 100644
index 00000000000..1399d2cf7d1
--- /dev/null
+++ b/emulators/cygwin_esound/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 20:14:35 tv Exp $
+#
+
+DISTNAME= esound-0.2.35-1
+PKGNAME= ${DISTNAME:S/-/!/:S/-/./g:S/!/-/:S/^/cygwin_/}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_CYGWIN:=release/esound/} \
+ ${MASTER_SITE_CYGWIN:=release/esound/libesound0/} \
+ ${MASTER_SITE_CYGWIN:=release/audiofile/libaudiofile0/}
+EXTRACT_SUFX= .tar.bz2
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ libesound0-0.2.35-1.tar.bz2 \
+ libaudiofile0-0.2.6-2.tar.bz2
+
+MAINTAINER= tv@duh.org
+COMMENT= Enlightened sound daemon (daemon only) for Cygwin/Interix
+
+ONLY_FOR_PLATFORM= Interix-*-*
+
+DIST_SUBDIR= cygwin
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK3= yes
+USE_PKGINSTALL= yes
+
+RCD_SCRIPTS= cygwin_esd
+
+do-build: # nothing
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/usr/bin/cygaudiofile-0.dll ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/usr/bin/cygesd-0.dll ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/usr/bin/esd.exe ${PREFIX}/emul/cygwin/bin/
+
+.include "../../emulators/cygwin_lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"