1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/gdcd/Makefile
Will Andrews a8f917f75f Unleash this port upon the people. Actually make it work by changing the
"gtk-config" -> "gtk12-config" assumption made in Makefile.in.
2000-06-22 05:53:07 +00:00

34 lines
779 B
Makefile

# New ports collection makefile for: gdcd
# Date created: Sat 3 June 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= gdcd
PORTVERSION= 0.0.2
CATEGORIES= audio
MASTER_SITES= http://cdcd.undergrid.net/gdcd/source_archive/
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}" GTK_CONFIG="${GTK_CONFIG}"
# for libcdaudio
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
post-install:
@${ECHO}
@${ECHO} "Don't forget to make a symlink from your CDROM device to /dev/cdrom!"
@${ECHO}
.include <bsd.port.mk>