aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xaralx/Makefile
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-08-25 00:01:19 +0800
committervd <vd@FreeBSD.org>2006-08-25 00:01:19 +0800
commit97252492b2b0f384158cd407ee4ad7a4c381453e (patch)
tree6c5314b1b52597efcc9908bf59a37d7bdeedf82c /graphics/xaralx/Makefile
parent5995ff998790fbc4ca1c9dd62555fa00f355c3af (diff)
downloadfreebsd-ports-graphics-97252492b2b0f384158cd407ee4ad7a4c381453e.tar.gz
freebsd-ports-graphics-97252492b2b0f384158cd407ee4ad7a4c381453e.tar.zst
freebsd-ports-graphics-97252492b2b0f384158cd407ee4ad7a4c381453e.zip
Upgrade xaralx and xaralx-devel to 0.7r1692
Diffstat (limited to 'graphics/xaralx/Makefile')
-rw-r--r--graphics/xaralx/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile
index 8b70071c554..a9cfa4f99c1 100644
--- a/graphics/xaralx/Makefile
+++ b/graphics/xaralx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XaraLX
-PORTVERSION?= 0.6r1441
+PORTVERSION?= 0.7r1692
PORTREVISION?= 0
CATEGORIES= graphics
MASTER_SITES= http://downloads.xara.com/opensource/
@@ -42,14 +42,11 @@ MAKE_ENV?= INCLUDES="-I${LOCALBASE}/include/dlmalloc"
USE_GCC= 3.4+
MAN1= xaralx${PKGNAMESUFFIX}.1
+MANFILE= xaralx.1
.if !defined(NOPORTDOCS)
-DOCS= AUTHORS GPL LICENSE README doc/gifutil.txt doc/mtrand.txt
-.if defined(PKGNAMESUFFIX)
-DOCS+= doc/en/LICENSE
-.else
-DOCS+= doc/en/xaralx.htm
-.endif
+DOCS= AUTHORS GPL LICENSE README doc/gifutil.txt doc/mtrand.txt \
+ doc/en/LICENSE
.endif
# make non-conflicting with the slave port
@@ -100,7 +97,7 @@ do-install:
${MKDIR} ${EXAMPLESDIR}/${xardir}
${INSTALL_DATA} ${WRKSRC}/${xardir}/*.xar ${EXAMPLESDIR}/${xardir}/
.endfor
- ${INSTALL_MAN} ${WRKSRC}/doc/XaraLX.1 \
+ ${INSTALL_MAN} ${WRKSRC}/doc/${MANFILE} \
${MANPREFIX}/man/man1/xaralx${PKGNAMESUFFIX}.1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -108,12 +105,10 @@ do-install:
.for d in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}/${d:S|^doc/||}
.endfor
-.if defined(PKGNAMESUFFIX)
${MKDIR} ${DOCSDIR}/en/xaralxHelp
${TAR} -C ${DOCSDIR}/en/xaralxHelp \
-zxf ${WRKSRC}/doc/en/xaralxHelp.tar.gz
.endif
.endif
-.endif
.include <bsd.port.post.mk>