2000-10-06 04:42:20 +02:00
|
|
|
# New ports collection makefile for: gal
|
|
|
|
# Date created: 5th October 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gal
|
2003-04-04 08:37:37 +02:00
|
|
|
PORTVERSION= 0.24
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-03-21 16:59:32 +01:00
|
|
|
CATEGORIES?= x11-toolkits gnome
|
2000-10-06 04:42:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-04-04 08:37:37 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.24
|
2002-03-25 21:15:18 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2000-10-06 04:42:20 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A collection of widgets taken from GNOME gnumeric and evolution
|
2000-10-06 04:42:20 +02:00
|
|
|
|
2004-03-30 21:56:43 +02:00
|
|
|
LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode
|
2000-10-06 04:42:20 +02:00
|
|
|
|
2002-03-25 21:15:18 +01:00
|
|
|
USE_BZIP2= yes
|
2000-10-06 04:42:20 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
GNOME_HTML_DIR= ${PREFIX}/share/doc/gal
|
2000-10-06 04:42:20 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2002-07-11 19:16:10 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static --with-libiconv
|
2000-10-06 04:42:20 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-20 18:24:41 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
2000-10-06 04:42:20 +02:00
|
|
|
.include <bsd.port.mk>
|