diff options
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile new file mode 100644 index 000000000..e110b410c --- /dev/null +++ b/devel/glib20/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: glib13 +# Date Created: 28 July 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> +# +# $FreeBSD: ports/devel/glib20/Makefile,v 1.88 2003/10/06 01:13:38 marcus Exp $ +# + +PORTNAME= glib +PORTVERSION= 2.3.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.3,} \ + ftp://ftp.gtk.org/pub/gtk/v2.3/ \ + 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:R} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Some useful routines of C programming (current stable version) + +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext + +NO_LATEST_LINK= yes + +USE_BZIP2= yes +USE_LIBTOOL= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomehack gnometarget pkgconfig +USE_GMAKE= yes +USE_PERL5= yes +CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ + --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ + --disable-man --without-xml-catalog +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lintl" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" + +.include <bsd.port.mk> |