2000-07-18 09:19:53 +02:00
|
|
|
# New ports collection makefile for: glib13
|
1998-07-28 17:22:17 +02:00
|
|
|
# Date Created: 28 July 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-07-28 17:22:17 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-07-28 17:22:17 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= glib
|
2003-06-11 02:38:43 +02:00
|
|
|
PORTVERSION= 2.2.2
|
1998-07-28 17:22:17 +02:00
|
|
|
CATEGORIES= devel
|
2003-02-07 19:42:25 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.2,} \
|
2002-06-11 10:15:32 +02:00
|
|
|
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
|
2002-02-12 09:31:19 +01:00
|
|
|
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
2001-03-11 22:50:34 +01:00
|
|
|
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}
|
2002-02-12 09:31:19 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
1998-07-28 17:22:17 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Some useful routines of C programming (current stable version)
|
1998-07-28 17:22:17 +02:00
|
|
|
|
2001-04-30 07:29:45 +02:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
2002-08-01 18:22:41 +02:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2001-04-30 07:29:45 +02:00
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
2000-11-20 19:01:06 +01:00
|
|
|
|
2002-05-13 18:09:05 +02:00
|
|
|
NO_LATEST_LINK= yes
|
2000-08-29 13:30:56 +02:00
|
|
|
|
2002-02-12 09:31:19 +01:00
|
|
|
USE_BZIP2= yes
|
2002-04-26 08:31:57 +02:00
|
|
|
USE_LIBTOOL= yes
|
2002-06-19 10:18:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-04-22 06:46:36 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2001-05-14 14:16:43 +02:00
|
|
|
USE_GMAKE= yes
|
2002-07-04 21:03:28 +02:00
|
|
|
USE_PERL5= yes
|
2002-04-12 19:10:20 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu
|
2000-11-20 19:01:06 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-02-07 19:42:25 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
2001-08-01 19:50:36 +02:00
|
|
|
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2000-11-20 19:01:06 +01:00
|
|
|
|
2001-08-01 19:50:36 +02:00
|
|
|
MAN1= glib-genmarshal.1 glib-mkenums.1
|
1999-01-20 22:59:44 +01:00
|
|
|
|
1999-01-21 20:18:21 +01:00
|
|
|
.include <bsd.port.mk>
|