1998-09-06 06:34:19 +00:00
|
|
|
# New ports collection makefile for: gnomelibs
|
|
|
|
# Version required: 0.27
|
|
|
|
# Date created: 17 June 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1998-09-19 01:33:49 +00:00
|
|
|
# $Id: Makefile,v 1.7 1998/09/17 00:50:51 asami Exp $
|
1998-09-06 06:34:19 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= gnome-libs-0.27
|
|
|
|
PKGNAME= gnomelibs-0.27
|
|
|
|
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
|
|
|
|
LIB_DEPENDS= gdk_imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
|
|
|
|
LIB_DEPENDS+= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
|
1998-09-19 01:33:49 +00:00
|
|
|
LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34
|
1998-09-15 11:46:15 +00:00
|
|
|
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
|
1998-09-19 01:33:49 +00:00
|
|
|
LIB_DEPENDS+= gif.3:${PORTSDIR}/graphics/giflib
|
1998-09-17 00:50:52 +00:00
|
|
|
LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-09-06 06:34:19 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-09-14 10:07:36 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
1998-09-06 06:34:19 +00:00
|
|
|
--datadir=${PREFIX}/share/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lxpg4"
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
( cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h )
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|