2002-04-12 22:00:44 +02:00
|
|
|
# New ports collection makefile for: libgail-gnome
|
|
|
|
# Date Created: 12 April 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgail-gnome
|
2005-11-19 01:39:45 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2002-04-12 22:00:44 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-11-07 23:24:32 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
|
2002-04-12 22:00:44 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An implementation of the ATK interfaces for GNOME widgets
|
2002-04-12 22:00:44 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-11 06:10:03 +01:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2004-07-26 22:37:03 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomepanel atspi
|
2005-04-19 19:17:01 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-08-29 07:20:49 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
2002-04-12 22:00:44 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2005-04-19 19:17:01 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2002-04-12 22:00:44 +02:00
|
|
|
.include <bsd.port.mk>
|