freebsd-ports/graphics/divxcalc/Makefile

29 lines
597 B
Makefile
Raw Normal View History

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
PORTVERSION= 0.5
2002-03-20 04:14:17 +01:00
CATEGORIES= graphics
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
BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \
autoheader:${PORTSDIR}/devel/autoconf
USE_QT_VER= 3
2002-03-20 04:14:17 +01:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2002-03-20 04:14:17 +01:00
pre-configure:
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
2002-03-20 04:14:17 +01:00
.include <bsd.port.mk>