2000-06-11 15:06:58 -04:00
|
|
|
# New ports collection makefile for: xsidplay
|
|
|
|
# Date created: 28 November 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xsidplay
|
2001-08-02 15:48:43 -04:00
|
|
|
PORTVERSION= 1.6.0
|
|
|
|
PORTEPOCH= 1
|
2000-06-11 15:06:58 -04:00
|
|
|
CATEGORIES= audio emulators
|
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \
|
|
|
|
http://www.freenix.no/~anders/
|
2000-10-10 01:07:19 -04:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-06-11 15:06:58 -04:00
|
|
|
|
|
|
|
MAINTAINER= anders@fix.no
|
|
|
|
|
2000-09-18 12:11:09 -04:00
|
|
|
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
|
2000-06-11 15:06:58 -04:00
|
|
|
|
2000-10-10 01:07:19 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2001-04-03 04:14:43 -04:00
|
|
|
USE_QT_VER= 2
|
2000-10-10 01:07:19 -04:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2001-04-03 04:14:43 -04:00
|
|
|
CONFIGURE_ARGS+=--with-sidplay-inc=${LOCALBASE}/include \
|
|
|
|
--with-sidplay-lib=${LOCALBASE}/lib
|
2000-06-11 15:06:58 -04:00
|
|
|
|
2001-03-29 11:35:19 -05:00
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
2001-03-17 09:02:35 -05:00
|
|
|
|
2001-03-11 00:01:04 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
CFLAGS+= -O0
|
|
|
|
.endif
|
|
|
|
|
2000-06-11 15:06:58 -04:00
|
|
|
do-install:
|
2000-09-18 12:11:09 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin
|
2000-06-11 15:06:58 -04:00
|
|
|
|
2001-03-11 00:01:04 -05:00
|
|
|
.include <bsd.port.post.mk>
|