diff options
author | rene <rene@FreeBSD.org> | 2013-04-17 00:00:08 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-17 00:00:08 +0800 |
commit | a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8 (patch) | |
tree | d683b4286e3ae868a83258aed38ac332e1e1b481 /graphics | |
parent | f33fd8d037a580bc17cdf3b96e36038e7ddd4d6c (diff) | |
download | freebsd-ports-gnome-a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8.tar.gz freebsd-ports-gnome-a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8.tar.zst freebsd-ports-gnome-a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8.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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ipe/Makefile | 16 | ||||
-rw-r--r-- | graphics/ipe/pkg-descr | 2 |
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/ |