1999-02-02 09:19:19 -05:00
|
|
|
# New ports collection makefile for: gtop
|
1999-03-08 20:13:40 -05:00
|
|
|
# Version required: 1.0.1
|
1999-02-02 09:19:19 -05:00
|
|
|
# Date created: 28 September 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-10 09:44:01 -04:00
|
|
|
#
|
1999-03-08 20:13:40 -05:00
|
|
|
# $Id: Makefile,v 1.7 1999/02/02 14:19:19 vanilla Exp $
|
1998-10-10 09:44:01 -04:00
|
|
|
#
|
|
|
|
|
1999-03-08 20:13:40 -05:00
|
|
|
DISTNAME= gtop-1.0.1
|
1999-02-02 09:19:19 -05:00
|
|
|
CATEGORIES= sysutils gnome
|
1999-03-08 20:13:40 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
1998-10-10 09:44:01 -04:00
|
|
|
|
1999-01-12 11:51:33 -05:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-10-10 09:44:01 -04:00
|
|
|
|
1999-01-15 13:12:25 -05:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-02-02 09:19:19 -05:00
|
|
|
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
|
1998-10-10 09:44:01 -04:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
|
|
|
--with-gnome=${X11BASE}
|
1999-02-02 09:19:19 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
1999-03-08 20:13:40 -05:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
1998-10-10 09:44:01 -04:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|