1998-09-06 02:34:19 -04:00
|
|
|
# New ports collection makefile for: gnomelibs
|
1998-10-01 18:43:33 -04:00
|
|
|
# Version required: 0.30.1
|
1998-09-06 02:34:19 -04:00
|
|
|
# Date created: 17 June 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1998-11-25 00:06:28 -05:00
|
|
|
# $Id: Makefile,v 1.15 1998/11/17 17:35:21 vanilla Exp $
|
1998-09-06 02:34:19 -04:00
|
|
|
#
|
|
|
|
|
1998-10-01 18:43:33 -04:00
|
|
|
DISTNAME= gnome-libs-0.30.1
|
|
|
|
PKGNAME= gnomelibs-0.30.1
|
1998-09-06 02:34:19 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
|
|
|
|
ftp://ftp.gnome.org/pub/GNOME/sources/
|
|
|
|
|
|
|
|
MAINTAINER= Nakai@technologist.com
|
|
|
|
|
|
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
1998-09-25 20:02:36 -04:00
|
|
|
LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib
|
1998-09-22 18:55:56 -04:00
|
|
|
LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
1998-11-25 00:06:28 -05:00
|
|
|
LIB_DEPENDS+= tiff.1:${PORTSDIR}/graphics/tiff34
|
1998-09-15 07:46:15 -04:00
|
|
|
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
|
1998-09-18 21:33:49 -04:00
|
|
|
LIB_DEPENDS+= gif.3:${PORTSDIR}/graphics/giflib
|
1998-09-16 20:50:52 -04:00
|
|
|
LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png
|
1998-09-16 20:33:02 -04:00
|
|
|
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-09-30 09:51:46 -04:00
|
|
|
LIB_DEPENDS+= ORBit.0:${PORTSDIR}/devel/ORBit
|
1998-09-06 02:34:19 -04:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-09-14 06:07:36 -04:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1998-09-06 02:34:19 -04:00
|
|
|
--datadir=${PREFIX}/share/gnome
|
1998-09-30 09:51:46 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
|
|
|
|
-I${X11BASE}/include" \
|
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
1998-09-06 02:34:19 -04:00
|
|
|
|
|
|
|
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
|
1998-09-06 02:34:19 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|