mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e3744214b7
Pointed out by: dosirak via kris, while testing X.Org upgrade
31 lines
661 B
Makefile
31 lines
661 B
Makefile
# 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
|
|
|
|
WANT_AUTOMAKE_VER=15
|
|
WANT_AUTOCONF_VER=253
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
|
PLIST_FILES= bin/divxcalc
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
|
|
|
|
.include <bsd.port.mk>
|