summaryrefslogtreecommitdiff
path: root/graphics/divxcalc/Makefile
blob: c5b0e587b4a29098a3f35829ce10055681bfaf48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ex:ts=8
# Ports collection makefile for:	divxcalc
# Date created:			Mar 21, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	divxcalc
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	http://axljab.homelinux.org/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}
PLIST_FILES=	bin/divxcalc

pre-configure:
	@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common

.include <bsd.port.mk>