diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-06-11 19:06:58 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-06-11 19:06:58 +0000 |
commit | 0377ef7e1f090cd2d4ce6cdaf2d576f06e3d6c78 (patch) | |
tree | 33e431941b02528f48be0dbea122bc45c4ecc19d /audio/xsidplay | |
parent | 7ebca8eb9e0721648053abac47327f9862d6fae8 (diff) | |
download | ports-0377ef7e1f090cd2d4ce6cdaf2d576f06e3d6c78.tar.gz ports-0377ef7e1f090cd2d4ce6cdaf2d576f06e3d6c78.zip |
Notes
Diffstat (limited to 'audio/xsidplay')
-rw-r--r-- | audio/xsidplay/Makefile | 37 | ||||
-rw-r--r-- | audio/xsidplay/distinfo | 1 | ||||
-rw-r--r-- | audio/xsidplay/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xsidplay/pkg-descr | 7 | ||||
-rw-r--r-- | audio/xsidplay/pkg-plist | 1 |
5 files changed, 47 insertions, 0 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile new file mode 100644 index 000000000000..ae80e585bcf0 --- /dev/null +++ b/audio/xsidplay/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: xsidplay +# Date created: 28 November 1999 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= xsidplay +PORTVERSION= 1.3.8 +CATEGORIES= audio emulators +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \ + http://www.freenix.no/~anders/ +DISTNAME= ${PORTNAME}-1_3_8 +EXTRACT_SUFX= _tar.gz + +MAINTAINER= anders@fix.no + +BUILD_DEPENDS= sidplay:${PORTSDIR}/audio/sidplay + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_QT= YES +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + -I${LOCALBASE}/include/sidplay" \ + LDFLAGS=-L${LOCALBASE}/lib + +WRKSRC= ${WRKDIR}/${PKGNAME} + +.include <bsd.port.pre.mk> +.if ${OSVERSION} >= 400000 +BROKEN= "Doesn't build with gcc >= 2.8.1" +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/audio/xsidplay/distinfo b/audio/xsidplay/distinfo new file mode 100644 index 000000000000..d23d96706709 --- /dev/null +++ b/audio/xsidplay/distinfo @@ -0,0 +1 @@ +MD5 (xsidplay-1_3_8_tar.gz) = 9b22b10115323f87fd208a798b5252f1 diff --git a/audio/xsidplay/pkg-comment b/audio/xsidplay/pkg-comment new file mode 100644 index 000000000000..071da51c0555 --- /dev/null +++ b/audio/xsidplay/pkg-comment @@ -0,0 +1 @@ +Graphical front end for libsidplay diff --git a/audio/xsidplay/pkg-descr b/audio/xsidplay/pkg-descr new file mode 100644 index 000000000000..5a3239b35c1b --- /dev/null +++ b/audio/xsidplay/pkg-descr @@ -0,0 +1,7 @@ +XSIDPLAY is a graphical front end (uses Qt) for libsidplay. SIDPLAY +emulates the Sound Interface Device chip (MOS 6581, commonly called +SID) and the Micro Processor Unit (MOS 6510) of the Commodore 64. Listen +to all those SID-tunes you remember so well again. + +WWW: http://www.geocities.com/SiliconValley/Lakes/5147/ +HVSC: http://home.freeuk.net/wazzaw/HVSC/ diff --git a/audio/xsidplay/pkg-plist b/audio/xsidplay/pkg-plist new file mode 100644 index 000000000000..cbe5cebe841b --- /dev/null +++ b/audio/xsidplay/pkg-plist @@ -0,0 +1 @@ +bin/xsidplay |