1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/gnomelibs/Makefile
1999-01-23 07:05:35 +00:00

48 lines
1.5 KiB
Makefile

# New ports collection makefile for: gnomelibs
# Version required: 0.99.4
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.27 1999/01/22 10:13:35 vanilla Exp $
#
DISTNAME= gnome-libs-0.99.4
PKGNAME= gnomelibs-0.99.4
CATEGORIES= x11 gnome
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \
ftp://ftp.geo.net/pub/gnome/sources/latest/ \
ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \
ftp://ftp.gnome.org/pub/GNOME/sources/latest/
MAINTAINER= nacai@iname.com
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \
gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
tiff.4:${PORTSDIR}/graphics/tiff34 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
gif.3:${PORTSDIR}/graphics/giflib \
png.3:${PORTSDIR}/graphics/png \
Xpm.4:${PORTSDIR}/graphics/xpm \
ORBit.1:${PORTSDIR}/devel/ORBit \
esd.1:${PORTSDIR}/audio/esound
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--disable-gnome-hello \
--disable-test-gnome
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>