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)
22 lines
593 B
Makefile
22 lines
593 B
Makefile
# New ports collection makefile for: XaraLX development version
|
|
# Date created: 12 Apr 2006
|
|
# Whom: Vasil Dimov <vd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 0.7r1768
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -devel
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2
|
|
|
|
COMMENT= Top-tier vector/general purpose graphics program (development version)
|
|
|
|
MASTERDIR= ${.CURDIR}/../xaralx
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
PATCHDIR= ${.CURDIR}/files
|
|
EXTRA_PATCHES= ${MASTERDIR}/files/patch-configure.in \
|
|
${MASTERDIR}/files/patch-wxOil_compatdef.h
|
|
|
|
.include "${MASTERDIR}/Makefile"
|