1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/libgtop/Makefile
Steve Price c7ef07af53 Use new gnome ports and set USE_LIBTOOL=yes.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:45:40 +00:00

29 lines
671 B
Makefile

# New ports collection makefile for: libgtop
# Version required: 1.0.1
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.18 1999/04/08 18:08:32 steve Exp $
#
DISTNAME= libgtop-1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libgtop
MAINTAINER= nacai@iname.com
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>