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

24 lines
533 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>
#
1998-09-30 14:45:46 +00:00
# $Id: Makefile,v 1.1.1.1 1998/09/30 13:49:16 vanilla Exp $
#
DISTNAME= libgtop-0.26.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/
1998-09-30 14:45:46 +00:00
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>