forked from Lainports/freebsd-ports
27 lines
671 B
Makefile
27 lines
671 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.20 2010/04/27 00:49:49 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= gnome-devel-docs
|
|
PORTVERSION= 2.30.1
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@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= gnomehier
|
|
INSTALLS_OMF= yes
|
|
|
|
.include <bsd.port.mk>
|