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

46 lines
1.3 KiB
Makefile
Raw Normal View History

1999-01-22 10:13:38 +00:00
# New ports collection makefile for: gnomelibs
# Version required: 0.99.4
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-01-27 08:31:54 +00:00
# $Id: Makefile,v 1.28 1999/01/23 07:05:23 vanilla Exp $
#
1999-01-22 10:13:38 +00:00
DISTNAME= gnome-libs-0.99.4
PKGNAME= gnomelibs-0.99.4
CATEGORIES= x11 gnome
1999-01-27 08:31:54 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gnome-libs
MAINTAINER= nacai@iname.com
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
1999-01-14 16:59:34 +00:00
LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \
1999-01-01 02:47:12 +00:00
gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
tiff.4:${PORTSDIR}/graphics/tiff34 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
gif.3:${PORTSDIR}/graphics/giflib \
1999-01-23 07:05:35 +00:00
png.3:${PORTSDIR}/graphics/png \
1999-01-01 02:47:12 +00:00
Xpm.4:${PORTSDIR}/graphics/xpm \
1999-01-05 02:23:53 +00:00
ORBit.1:${PORTSDIR}/devel/ORBit \
esd.1:${PORTSDIR}/audio/esound
USE_X_PREFIX= yes
1999-01-07 10:45:13 +00:00
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
1999-01-01 02:47:12 +00:00
--datadir=${PREFIX}/share/gnome \
--disable-gnome-hello \
--disable-test-gnome
1998-09-30 13:51:46 +00:00
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
1999-01-01 02:47:12 +00:00
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
1998-09-30 13:51:46 +00:00
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:
1998-09-30 13:51:46 +00:00
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1999-01-22 10:13:38 +00:00
.include <bsd.port.mk>