59deb69012
making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
27 lines
651 B
Makefile
27 lines
651 B
Makefile
# New ports collection makefile for: gnomeuserdocs
|
|
# Date created: 27th February 2001
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomeuserdocs
|
|
PORTVERSION= 1.4.1.1
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/gnome-user-docs/1.4
|
|
DISTNAME= gnome-user-docs-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|