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)
26 lines
539 B
Makefile
26 lines
539 B
Makefile
# New ports collection makefile for: enlightenment-docs
|
|
# Date created: 08 Aug 2004
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= enlightenment-docs
|
|
PORTVERSION= 0.16.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF
|
|
DISTNAME= e16-docs-${PORTVERSION}-0.02
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Data files of enlightenment DOX
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/e16:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-fsstd
|
|
DATADIR= ${PREFIX}/share/e16
|
|
|
|
.include <bsd.port.mk>
|