diff options
Diffstat (limited to 'graphics/xaralx-devel/Makefile')
-rw-r--r-- | graphics/xaralx-devel/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/xaralx-devel/Makefile b/graphics/xaralx-devel/Makefile new file mode 100644 index 00000000000..b2154711311 --- /dev/null +++ b/graphics/xaralx-devel/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: XaraLX development version +# Date created: 12 Apr 2006 +# Whom: Vasil Dimov <vd@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 0.4r849 +PKGNAMESUFFIX= -devel +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz + +COMMENT= Top-tier vector/general purpose graphics program (development version) + +MASTERDIR= ${.CURDIR}/../xaralx +MD5_FILE= ${.CURDIR}/distinfo + +# we need to exclude some of the patches as they are applied upstream +PATCHDIR= ${NONEXISTENT} +EXTRA_PATCHES= ${MASTERDIR}/files/patch-Makefile.am \ + ${MASTERDIR}/files/patch-PreComp_Makefile.am \ + ${MASTERDIR}/files/patch-configure.in + +.include "${MASTERDIR}/Makefile" |