freebsd-ports/sysutils/gtop/Makefile
Steve Price 4275cb17e6 New location on MASTER_SITE.
PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00

30 lines
751 B
Makefile

# New ports collection makefile for: gtop
# Version required: 1.0.5
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
DISTNAME= gtop-1.0.5
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gtop
MAINTAINER= nakai@FreeBSD.org
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>