aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xsidplay/Makefile
blob: ba9eccfbc636a9644b6033edd690ec07f0c3404c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:   xsidplay
# Date created:        28 November 1999
# Whom:                Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   xsidplay
PORTVERSION=    1.4.2
CATEGORIES= audio emulators
MASTER_SITES=   http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \
        http://www.freenix.no/~anders/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/./_/g}
EXTRACT_SUFX=   .tgz

MAINTAINER= anders@fix.no

LIB_DEPENDS=    sidplay.1:${PORTSDIR}/audio/libsidplay

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

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin

.include <bsd.port.mk>