freebsd-ports/sysutils/gtoaster/Makefile
Kris Kennaway c9e3133779 Add a pre-configure target that removes the bogus symlink from
${WRKSRC}/config.guess to the nonexistent
/usr/share/automake-1.4/config.guess
2003-07-10 04:22:08 +00:00

35 lines
727 B
Makefile

# New ports collection makefile for: gtoaster
# Date created: 28 September 2000
# Whom: eric
#
# $FreeBSD$
#
PORTNAME= gtoaster
PORTVERSION= 1.0.Beta6
PORTEPOCH= 1
CATEGORIES= sysutils gnome
MASTER_SITES= http://gnometoaster.rulez.org/archive/
DISTNAME= ${PORTNAME}1.0Beta6
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical cd cooking interface
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \
mkisofs:${PORTSDIR}/sysutils/mkisofs
WRKSRC= ${WRKDIR}/gtoaster
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_GNOME= gtk12
USE_GMAKE= yes
USE_X_PREFIX= yes
pre-configure:
@${RM} ${WRKSRC}/config.guess
.include <bsd.port.mk>