1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/gnomecore/Makefile

45 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnomecore
1998-09-30 14:02:10 +00:00
# Version required: 0.30
# Date created: 17 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.5 1998/10/23 14:36:24 vanilla Exp $
#
1998-09-30 14:02:10 +00:00
DISTNAME= gnome-core-0.30
PKGNAME= gnomecore-0.30
CATEGORIES= x11
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= Nakai@technologist.com
1998-09-30 14:02:10 +00:00
LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
gtop.0:${PORTSDIR}/devel/libgtop
BROKEN= build
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
1998-09-30 14:02:10 +00:00
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
CXXFLAGS="${CFLAGS}" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:
1998-09-30 14:02:10 +00:00
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1998-10-23 14:36:24 +00:00
chown root.kmem ${PREFIX}/bin/cpuload_applet
chown root.kmem ${PREFIX}/bin/cpumemusage_applet
chown root.kmem ${PREFIX}/bin/diskusage_applet
chown root.kmem ${PREFIX}/bin/multiload_applet
chmod 2555 ${PREFIX}/bin/cpuload_applet
chmod 2555 ${PREFIX}/bin/cpumemusage_applet
chmod 2555 ${PREFIX}/bin/diskusage_applet
chmod 2555 ${PREFIX}/bin/multiload_applet
.include <bsd.port.mk>