diff options
author | vd <vd@FreeBSD.org> | 2006-04-21 00:18:03 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-04-21 00:18:03 +0800 |
commit | 8cebc8c0a37e38285d53ab5d82f75068d8ca9bf7 (patch) | |
tree | a884232fb7ae3e52f644af19a8a00f854a6bac8b /graphics | |
parent | fbbe602b0704cb4e8864246e6933f1a3bf46e731 (diff) | |
download | freebsd-ports-graphics-8cebc8c0a37e38285d53ab5d82f75068d8ca9bf7.tar.gz freebsd-ports-graphics-8cebc8c0a37e38285d53ab5d82f75068d8ca9bf7.tar.zst freebsd-ports-graphics-8cebc8c0a37e38285d53ab5d82f75068d8ca9bf7.zip |
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')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xaralx-devel/Makefile | 23 | ||||
-rw-r--r-- | graphics/xaralx-devel/distinfo | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a3e3d925f24..7f12b67d023 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -598,6 +598,7 @@ SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xaralx + SUBDIR += xaralx-devel SUBDIR += xbmbrowser SUBDIR += xd3d SUBDIR += xdgagrab 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" diff --git a/graphics/xaralx-devel/distinfo b/graphics/xaralx-devel/distinfo new file mode 100644 index 00000000000..a7f0d3ea97e --- /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 |