b08744a2b5
PR: 52696 Submitted by: KATO Tsuguru <tkato@prontomail.com>
28 lines
597 B
Makefile
28 lines
597 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: divxcalc
|
|
# Date created: Mar 21, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= divxcalc
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://axljab.homelinux.org:8080/software/divxcalc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DivX Calculator
|
|
|
|
BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \
|
|
autoheader:${PORTSDIR}/devel/autoconf
|
|
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
|
|
|
|
.include <bsd.port.mk>
|