090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
688 B
Makefile
28 lines
688 B
Makefile
# New ports collection makefile for: gnome-devel-docs
|
|
# Date created: 2007-09-18
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.3 2008/03/11 04:00:33 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= gnome-devel-docs
|
|
PORTVERSION= 2.22.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= Documents targeted for GNOME developers
|
|
|
|
BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils
|
|
RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget
|
|
INSTALLS_OMF= yes
|
|
|
|
.include <bsd.port.mk>
|