aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gdcd/Makefile
blob: 0434cac7090d9c9ccc6547b3ac03c4c163f210b8 (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
# New ports collection makefile for:    gdcd
# Date created:             Sat 3 June 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   gdcd
PORTVERSION=    0.2.1
CATEGORIES= audio
MASTER_SITES=   http://cdcd.undergrid.net/gdcd/source_archive/

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    cdaudio.1:${PORTSDIR}/audio/libcdaudio

USE_X_PREFIX=   yes
USE_GNOME=  yes
USE_AUTOMAKE=   yes
AUTOMAKE=   automake -a -i
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

pre-configure:
    @cd ${WRKSRC}; aclocal -I ${X11BASE}/share/aclocal

.include <bsd.port.mk>