diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-04-20 16:18:03 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-04-20 16:18:03 +0000 |
commit | 35d437f23850c75d5aaeefbf536791c363403bfa (patch) | |
tree | 77725e3f25e0a4b06ecd1e9153b1b6cfa8f26238 /graphics/xaralx-devel | |
parent | Fix the Python console plug-in. (diff) |
Add new port - graphics/xaralx-devel
It will follow the latest/development version of XaraLX,
while graphics/xaralx will stick to the recommended/stable version.
This way happy users can choose which one to use and even install both
(no conflicting filenames introduced).
Diffstat (limited to 'graphics/xaralx-devel')
-rw-r--r-- | graphics/xaralx-devel/Makefile | 23 | ||||
-rw-r--r-- | graphics/xaralx-devel/distinfo | 3 |
2 files changed, 26 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" diff --git a/graphics/xaralx-devel/distinfo b/graphics/xaralx-devel/distinfo new file mode 100644 index 000000000000..a7f0d3ea97e0 --- /dev/null +++ b/graphics/xaralx-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (XaraLX-0.4r849.tar.gz) = 5771c180119d6d997438178bbc65486e +SHA256 (XaraLX-0.4r849.tar.gz) = b7fffb6ac4327e277bfae892fbe2d1b6ede8b84086073d6df706aa99bb915806 +SIZE (XaraLX-0.4r849.tar.gz) = 25844118 |