mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33 lines
816 B
Makefile
33 lines
816 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.17 1999/03/09 01:08:53 nectar 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.1:${PORTSDIR}/x11/gnomelibs \
|
|
guile.4:${PORTSDIR}/lang/guile
|
|
|
|
# implicit dependencies:
|
|
# gettext, glib12
|
|
|
|
USE_PERL5= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|