aboutsummaryrefslogtreecommitdiff
path: root/graphics/xaralx-devel/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-04-20 16:18:03 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-04-20 16:18:03 +0000
commit35d437f23850c75d5aaeefbf536791c363403bfa (patch)
tree77725e3f25e0a4b06ecd1e9153b1b6cfa8f26238 /graphics/xaralx-devel/Makefile
parent610334e981fa9c330524d7e418b11669d64c5def (diff)
Notes
Diffstat (limited to 'graphics/xaralx-devel/Makefile')
-rw-r--r--graphics/xaralx-devel/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/xaralx-devel/Makefile b/graphics/xaralx-devel/Makefile
new file mode 100644
index 000000000000..b21547113115
--- /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"