2002-03-20 04:14:17 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: divxcalc
|
|
|
|
# Date created: Mar 21, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= divxcalc
|
2002-10-18 22:56:15 +02:00
|
|
|
PORTVERSION= 0.4a
|
2002-03-20 04:14:17 +01:00
|
|
|
CATEGORIES= graphics
|
2002-08-01 03:50:39 +02:00
|
|
|
MASTER_SITES= http://members.ams.chello.nl/r.slooten2/divxcalc/
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= DivX Calculator
|
2002-03-20 04:14:17 +01:00
|
|
|
|
2002-12-05 12:41:00 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
|
2002-04-09 09:38:12 +02:00
|
|
|
|
2002-07-08 12:41:30 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-03-20 04:14:17 +01:00
|
|
|
USE_GMAKE= yes
|
2002-04-09 09:38:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
post-patch:
|
2002-07-08 12:41:30 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/configure
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
.for file in config.guess config.sub install-sh missing mkinstalldirs
|
2002-12-05 12:41:00 +01:00
|
|
|
@${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC}
|
2002-03-20 04:14:17 +01:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|