090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
39 lines
1.3 KiB
Makefile
39 lines
1.3 KiB
Makefile
# New ports collection makefile for: gio-fam-backend
|
|
# Date Created: 22 December 2007
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.9 2008/03/12 17:46:37 marcus Exp $
|
|
#
|
|
|
|
PORTNAME= gio-fam-backend
|
|
PORTVERSION= 2.16.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
|
|
ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
|
|
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
|
http://www.ameth.org/gimp/%SUBDIR%/ \
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
|
|
MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
DISTNAME= glib-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= FAM backend for GLib's GIO library
|
|
|
|
USE_BZIP2= yes
|
|
BUILD_WRKSRC= ${WRKSRC}/gio/fam
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack gnometarget pkgconfig _glib20
|
|
USE_FAM= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
.include <bsd.port.mk>
|