freebsd-ports/x11/gnome-libs/Makefile

56 lines
1.6 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnomelibs
1999-01-07 05:45:13 -05:00
# Version required: 0.99.2
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-01-07 05:45:13 -05:00
# $Id: Makefile,v 1.22 1999/01/05 02:23:53 vanilla Exp $
#
1999-01-07 05:45:13 -05:00
DISTNAME= gnome-libs-0.99.2
PKGNAME= gnomelibs-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
1999-01-07 05:45:13 -05:00
ftp://ftp.geo.net/pub/gnome/sources/ \
ftp://gnomeftp.wgn.net/pub/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= Nakai@technologist.com
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
1998-12-31 21:47:12 -05:00
LIB_DEPENDS= gdk_imlib.1:${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.2:${PORTSDIR}/graphics/png \
Xpm.4:${PORTSDIR}/graphics/xpm \
1999-01-04 21:23:53 -05:00
ORBit.1:${PORTSDIR}/devel/ORBit \
esd.1:${PORTSDIR}/audio/esound
USE_X_PREFIX= yes
1999-01-07 05:45:13 -05:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
USE_PERL5= yes
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
1998-12-31 21:47:12 -05:00
--datadir=${PREFIX}/share/gnome \
--disable-gnome-hello \
--disable-test-gnome
1998-09-30 09:51:46 -04:00
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
1998-12-31 21:47:12 -05:00
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
1998-09-30 09:51:46 -04:00
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
pre-build:
( cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h )
post-install:
1998-09-30 09:51:46 -04:00
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1999-01-07 05:45:13 -05:00
.include <bsd.port.post.mk>