freebsd-ports/x11/libgnome/Makefile

42 lines
1.0 KiB
Makefile
Raw Normal View History

1999-01-22 05:13:38 -05:00
# New ports collection makefile for: gnomelibs
# Version required: 1.0.54
1999-01-22 05:13:38 -05:00
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-30 22:51:23 -04:00
# $FreeBSD$
#
DISTNAME= gnome-libs-1.0.54
PKGNAME= gnomelibs-1.0.54
1999-01-22 05:13:38 -05:00
CATEGORIES= x11 gnome
1999-01-27 03:31:54 -05:00
MASTER_SITES= ${MASTER_SITE_GNOME}
1999-04-01 22:25:29 -05:00
MASTER_SITE_SUBDIR= sources/gnome-libs
MAINTAINER= nakai@FreeBSD.org
1999-10-07 23:30:33 -04:00
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \
1998-12-31 21:47:12 -05:00
Xpm.4:${PORTSDIR}/graphics/xpm \
ORBit.2:${PORTSDIR}/devel/ORBit \
1999-10-07 22:41:51 -04:00
esd.2:${PORTSDIR}/audio/esound
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_X_PREFIX= yes
1999-01-07 05:45:13 -05:00
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libart_lgpl/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
1998-12-31 21:47:12 -05:00
--datadir=${PREFIX}/share/gnome \
--disable-test-gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gnome.1 gnome-config.1
MAN5= gnome-mime.5
1999-01-22 05:13:38 -05:00
.include <bsd.port.mk>