1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/libgtop/Makefile
Vanilla I. Shu 694c63ae54 Bump libglib11d's version to 2.0,
and fix some configure problem(include pkg/PLIST).
1999-01-04 08:43:09 +00:00

30 lines
809 B
Makefile

# New ports collection makefile for: libgtop
# Version required: 0.99.0
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.9 1999/01/01 04:43:03 vanilla Exp $
#
DISTNAME= libgtop-0.99.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
# ftp://ftp.home-of-linux.org/pub/libgtop/0.26.2/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel \
gnome.0:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls
CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
USE_GMAKE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>