diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
6 files changed, 48 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index e5f9338153b3..735a18342242 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -123,6 +123,7 @@ SUBDIR += xmp SUBDIR += xmpeg3 SUBDIR += xmradio + SUBDIR += xsidplay SUBDIR += xtuner SUBDIR += yamt 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 |