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

- Use USE_PKGCONFIG macro

- Add patch when NLS is unset
- Remove USE_AUTOTOOLS (libtool) macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
This commit is contained in:
Olivier Duchateau 2012-08-09 19:29:22 +00:00
parent 792a309197
commit 3f1a947dcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302352

View File

@ -7,6 +7,7 @@
PORTNAME= garcon
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
@ -14,12 +15,12 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce 4 essential utilities and scripts
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack glib20 intltool intlhack pkgconfig
USE_GNOME= gnomehack glib20 intltool intlhack
USE_XFCE= configenv libutil
USE_PKGCONFIG= build
CONFIGURE_ARGS+=--disable-gtk-doc-html
@ -44,4 +45,9 @@ CONFIGURE_ARGS+=--without-html-dir
PLIST_SUB+= APIDOCS="@comment "
.endif
.if empty(PORT_OPTIONS:MNLS)
post-patch:
@${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>