diff options
-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 a3e3d925f24a..7f12b67d023e 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 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 |