freebsd-ports/devel/libgtop2/Makefile
Vanilla I. Shu b5bd58d93e Enable nls support. Fix support for 4.0-CURRENT. Remove patch-ae
and make port honour ${PREFIX}.  Add category gnome.  Remove
impilict dependency on glib11-devel.
PR:		ports/9810
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-01-31 19:03:49 +00:00

32 lines
854 B
Makefile

# New ports collection makefile for: libgtop
# Version required: 0.99.2
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.13 1999/01/27 08:31:50 fenner Exp $
#
DISTNAME= libgtop-0.99.2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.home-of-linux.org/pub/libgtop/0.99.2/
MASTER_SITE_SUBDIR= libgtop
MAINTAINER= nacai@iname.com
LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
# implicit dependencies:
# gettext, glib11-devel
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
USE_GMAKE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>