2000-06-03 05:29:03 +00:00
|
|
|
# New ports collection makefile for: gdcd
|
|
|
|
# Date created: Sat 3 June 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gdcd
|
2000-07-07 19:36:07 +00:00
|
|
|
PORTVERSION= 0.2.1
|
2000-06-03 05:29:03 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://cdcd.undergrid.net/gdcd/source_archive/
|
|
|
|
|
2000-06-22 05:53:07 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-06-03 05:29:03 +00:00
|
|
|
|
2000-07-07 19:36:07 +00:00
|
|
|
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio \
|
|
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
2000-06-03 05:29:03 +00:00
|
|
|
|
2000-07-07 19:36:07 +00:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
2000-06-22 05:53:07 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
2000-06-03 05:29:03 +00:00
|
|
|
|
2000-07-07 19:36:07 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_AUTOMAKE= yes
|
|
|
|
AUTOMAKE= automake -a -i
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-07-07 21:59:38 +00:00
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
2000-07-07 19:36:07 +00:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --disable-glibtest --disable-gtktest
|
2000-06-03 05:29:03 +00:00
|
|
|
|
2000-07-07 19:36:07 +00:00
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC}; aclocal -I ${X11BASE}/share/aclocal
|
2000-06-03 05:29:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|