1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/gnomeusersguide/Makefile
Ade Lovett 7115490368 Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome

Reminded by:	bento
2000-06-26 16:14:32 +00:00

28 lines
684 B
Makefile

# New ports collection makefile for: gnomeusersguide
# Date created: 02 August 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
# $FreeBSD$
#
PORTNAME= gnomeusersguide
PORTVERSION= 1.2
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/users-guide
DISTNAME= users-guide-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
.include <bsd.port.mk>