1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Eradicate USE_GNOME=pkgconfig from textproc

While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
This commit is contained in:
Baptiste Daroussin 2013-08-30 23:52:24 +00:00
parent 8490dfbde2
commit b84c92eea5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325739
9 changed files with 20 additions and 41 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: apertium
# Date created: 14 April 2009
# Whom: Mykola Dzham <freebsd@levsha.org.ua>
#
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$
#
PORTNAME= apertium
PORTVERSION= ${APVER}.${APREV}
@ -29,7 +25,7 @@ MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= gnomehack pkgconfig
USES= pathfix pkgconfig
USE_LDCONFIG= yes
PLIST_SUB+= APVER="${APVER}"

View File

@ -18,8 +18,8 @@ MAN1= artha.1
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 intltool pkgconfig
USE_GNOME= gtk20 intltool
USES= gmake pkgconfig
CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: google-ctemplate
# Date created: Apr 26, 2006
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= google-ctemplate
PORTVERSION= 2.2
@ -18,7 +13,7 @@ COMMENT= A simple but powerful template language for C++
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= pkgconfig
USES= pkgconfig
.if !defined(NOPORTDOCS)
PORTDOCS= *

View File

@ -16,10 +16,10 @@ LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
USE_PYTHON= yes
USE_GNOME= pkgconfig pygtk2
USE_GNOME= pygtk2
USES= gmake pkgconfig
GNU_CONFIGURE= yes
USE_GMAKE= yes
PROJECTHOST= ibus

View File

@ -1,10 +1,5 @@
# ex:ts=8
# New ports collection makefile for: libxml++
# Date created: Feb 26, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= libxml++
PORTVERSION= 1.0.5
@ -16,7 +11,8 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= XML API for C++
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack libxml2 pkgconfig
USES= pathfix pkgconfig
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -1,11 +1,6 @@
# ex:ts=8
# New ports collection makefile for: libxml++
# Date created: Feb 26, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/textproc/libxml++26/Makefile,v 1.43 2011/04/18 19:58:29 kwm Exp $
#
PORTNAME= libxml++
PORTVERSION= 2.34.2
@ -27,8 +22,8 @@ LATEST_LINK= libxml++26
LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes
USE_GNOME= gnomehack libxml2 pkgconfig
USES= gmake pathfix pkgconfig
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static --disable-documentation

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: lttoolbox
# Date created: 14 April 2009
# Whom: Mykola Dzham <freebsd@levsha.org.ua>
#
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$
#
PORTNAME= lttoolbox
PORTVERSION= ${APVER}.${APREV}
@ -21,7 +17,7 @@ APREV= 0
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
USES= pathfix pkgconfig
PLIST_SUB+= APVER="${APVER}"
MAN1= lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1

View File

@ -16,8 +16,8 @@ LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib
MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gtk20 intltool intlhack pkgconfig glib20
USES= gettext
USE_GNOME= gtk20 intltool intlhack glib20
USES= gettext pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -13,7 +13,8 @@ LIB_DEPENDS= augeas:${PORTSDIR}/textproc/augeas
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_GNOME= pkgconfig libxml2
USES= pkgconfig
USE_GNOME= libxml2
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS+= --with-opt-include="${LOCALBASE}/include/libxml2"