1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/libgtop/Makefile

25 lines
577 B
Makefile
Raw Normal View History

# New ports collection makefile for: libgtop
# Version required: 0.26.2
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.7 1998/11/08 00:24:03 asami Exp $
#
DISTNAME= libgtop-0.26.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/0.26.2/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib \
gnome.0:${PORTSDIR}/x11/gnomelibs
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>