blob: 707ac17a8cab5821b8efad0e40fdff2d18cffb98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: gnomeusersguide
# Version required: 1.0.72
# Date created: 02 August 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
# $FreeBSD$
#
DISTNAME= users-guide-1.0.72
PKGNAME= gnomeusersguide-1.0.72
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/users-guide
MAINTAINER= ade@FreeBSD.org
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>
|