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
|
2003-06-23 00:45:59 +02:00
|
|
|
PORTVERSION= 0.5
|
2002-03-20 04:14:17 +01:00
|
|
|
CATEGORIES= graphics
|
2003-06-23 00:45:59 +02:00
|
|
|
MASTER_SITES= http://axljab.homelinux.org:8080/software/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
|
|
|
|
2003-06-23 00:45:59 +02:00
|
|
|
BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \
|
|
|
|
autoheader:${PORTSDIR}/devel/autoconf
|
2002-04-09 09:38:12 +02:00
|
|
|
|
2003-06-23 00:45:59 +02:00
|
|
|
USE_QT_VER= 3
|
2002-03-20 04:14:17 +01:00
|
|
|
USE_GMAKE= yes
|
2002-04-09 09:38:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-06-23 00:45:59 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
pre-configure:
|
2003-06-23 00:45:59 +02:00
|
|
|
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
|
2002-03-20 04:14:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|