mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
695 B
Makefile
34 lines
695 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: divxcalc
|
|
# Date created: Mar 21, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= divxcalc
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://imagef1.net.nz/divxcalc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DivX Calculator
|
|
|
|
USE_XORG= x11 ice xext
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= automake:15:env autoconf:261:env
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_FILES= bin/divxcalc
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
|
|
|
|
.include <bsd.port.mk>
|