mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
d35c75f783
PR: 12919 Submitted by: Yukihiro Nakai <Nacai@iname.com>
25 lines
576 B
Makefile
25 lines
576 B
Makefile
# New ports collection makefile for: gnomeusersguide
|
|
# Version required: 1.0.5
|
|
# Date created: 02 August 1999
|
|
# Whom: Yukihiro Nakai <Nacai@iname.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= users-guide-1.0.5
|
|
PKGNAME= gnomeusersguide-1.0.5
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/users-guide
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
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>
|