aboutsummaryrefslogtreecommitdiff
path: root/graphics/ipe
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-04-16 16:00:08 +0000
committerRene Ladan <rene@FreeBSD.org>2013-04-16 16:00:08 +0000
commit5727b9916c335f59415e24d370c5b58ff46108b1 (patch)
treed683b4286e3ae868a83258aed38ac332e1e1b481 /graphics/ipe
parent25748307fe638b31fcc8f2253fe9ce6232d08f6c (diff)
downloadports-5727b9916c335f59415e24d370c5b58ff46108b1.tar.gz
ports-5727b9916c335f59415e24d370c5b58ff46108b1.zip
- Reset maintainer [1]
While here: - convert Makefile header - pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes) - drop support for unsupported FreeBSD versions - convert to optionsNG Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html Feature safe: yes
Notes
Notes: svn path=/head/; revision=315830
Diffstat (limited to 'graphics/ipe')
-rw-r--r--graphics/ipe/Makefile16
-rw-r--r--graphics/ipe/pkg-descr2
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index 97f5075e862d..7902daddd2a1 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ipe
-# Date created: October 25 2000
-# Whom: bremner@unb.ca
-#
+# Created by: bremner@unb.ca
# $FreeBSD$
-#
PORTNAME= ipe
DISTVERSION= 7.1.2
@@ -13,10 +9,10 @@ MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}7/${PORTNAME}/7.1.0
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
-MAINTAINER= tkjacobsen@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible drawing editor
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
@@ -24,11 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
USE_LDCONFIG= yes
USE_LUA= 5.1
USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USE_PKGCONFIG= yes
USE_QT4= gui qt3support qmake_build moc_build uic_build rcc_build
MAN1= ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 ipescript.1
-.if defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ! ${PORT_OPTIONS:MDOCS}
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-ipe__Makefile
.endif
diff --git a/graphics/ipe/pkg-descr b/graphics/ipe/pkg-descr
index ee51aba2a634..c9e0e94ae2b8 100644
--- a/graphics/ipe/pkg-descr
+++ b/graphics/ipe/pkg-descr
@@ -3,4 +3,4 @@ Postscript format. It supports making small figures for inclusion
into LaTeX-documents as well as making multi-page PDF presentations
that can be shown on-line with Acrobat Reader.
-WWW: http://tclab.kaist.ac.kr/ipe/
+WWW: http://tclab.kaist.ac.kr/ipe/