1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/gnomeutils/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnomeutils
1999-01-05 12:59:34 +00:00
# Version required: 0.99.1
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-01-05 12:59:34 +00:00
# $Id: Makefile,v 1.1.1.1 1998/10/10 15:59:18 vanilla Exp $
#
1999-01-05 12:59:34 +00:00
DISTNAME= gnome-utils-0.99.1
PKGNAME= gnomeutils-0.99.1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
gtop.0:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
1999-01-05 12:59:34 +00:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
1999-01-05 12:59:34 +00:00
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
MAN1= gtt.1
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>