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

28 lines
684 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomeusersguide
# Date created: 02 August 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= gnomeusersguide
PORTVERSION= 1.2
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/users-guide
DISTNAME= users-guide-${PORTVERSION}
2000-01-07 02:07:00 +00:00
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>