summaryrefslogtreecommitdiffstats
path: root/textproc/yelp-tools
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-01 23:16:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-01 23:16:27 +0800
commit33247f8627dc97a08c73196f8baf13f76c3ebee0 (patch)
tree26f5c09c96db445280ba457125b9bf1fa0c61650 /textproc/yelp-tools
parent706d41fb8180fc2561e0f05dbf906b97d7d75a58 (diff)
downloadmarcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar
marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.gz
marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.bz2
marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.lz
marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.xz
marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.zst
marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.zip
Not complete yet.
Trim header, remove leading "A" from comments. Convert: USE_GNOME=pkgconfig -> USE_PKGCONFIG=build USE_GNOME=gnomehack -> USES=pathfix Do some maintaince where needed, and let there be breakage! [1] [1] But since nobody (can't) use(s) SVN yet to build this isn't a issue :) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17271 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/yelp-tools')
-rw-r--r--textproc/yelp-tools/Makefile24
1 files changed, 6 insertions, 18 deletions
diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile
index d6232d20f..3c9da00e0 100644
--- a/textproc/yelp-tools/Makefile
+++ b/textproc/yelp-tools/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: yelp-tools
-# Date created: 17 Sep 2011
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
-#
PORTNAME= yelp-tools
PORTVERSION= 3.4.1
@@ -17,23 +13,15 @@ COMMENT= Utilities to help manage documentation for Yelp and the web
BUILD_DEPENDS= yelp-xsl>=3.1.5:${PORTSDIR}/textproc/yelp-xsl \
itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt
USE_GETTEXT= yes
USE_XZ= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig libxml2
+USES= pathfix
+USE_PKGCONFIG= build
+USE_GNOME= gnomeprefix intlhack libxml2 libxslt
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
-.include <bsd.port.pre.mk>
-
-# Around the time GCC stack protection (aka Propolice) for userland
-# was enabled on src/share/mk/bsd.sys.mk
-# SVN rev 180012 on 2008-06-25 21:33:28Z by ru
-.if ${OSVERSION} >= 800040
-LDFLAGS+= -fstack-protector
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>