1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Unleash this port upon the people. Actually make it work by changing the

"gtk-config" -> "gtk12-config" assumption made in Makefile.in.
This commit is contained in:
Will Andrews 2000-06-22 05:53:07 +00:00
parent f67050feec
commit a8f917f75f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29764

View File

@ -10,15 +10,16 @@ PORTVERSION= 0.0.2
CATEGORIES= audio
MASTER_SITES= http://cdcd.undergrid.net/gdcd/source_archive/
MAINTAINER= will@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
cdaudio.1:${PORTSDIR}/audio/libcdaudio \
Imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" GTK_CONFIG="${GTK_CONFIG}"
# for libcdaudio
CPPFLAGS+= -I${LOCALBASE}/include