1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/gdcd/Makefile
2002-09-20 21:06:16 +00:00

36 lines
737 B
Makefile

# 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://gdcd.undergrid.net/source_archive/
MAINTAINER= ports@FreeBSD.org
BROKEN= "Does not build"
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomelibs gdkpixbuf
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS= -a -i
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL} -I ${X11BASE}/share/aclocal
pre-build:
@${REINPLACE_CMD} -e "s/autoheader/${AUTOHEADER}/" \
${BUILD_WRKSRC}/Makefile
.include <bsd.port.mk>