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-01-02 10:40:07 -05:00
|
|
|
PORTVERSION= 1.5.4
|
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
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
|
|
|
|
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}
|
|
|
|
|
|
|
|
USE_QT2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= MOC="${X11BASE}/bin/moc2"
|
|
|
|
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
|
|
|
|
--with-qt-libraries=${X11BASE}/lib \
|
|
|
|
--with-sidplay-includes=${LOCALBASE}/include \
|
|
|
|
--with-sidplay-library=${LOCALBASE}/lib \
|
|
|
|
--with-x-includes=${X11BASE}/include \
|
|
|
|
--with-x-libraries=${X11BASE}/lib
|
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
|
|
|
|
2000-09-18 12:11:09 -04:00
|
|
|
.include <bsd.port.mk>
|