24 lines
502 B
Makefile
24 lines
502 B
Makefile
# New ports collection makefile for: libgtop
|
|
# Version required: 0.26.2
|
|
# Date Created: 26 Sep 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id:$
|
|
#
|
|
|
|
DISTNAME= libgtop-0.26.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
|
|
|
|
#USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|