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)
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# Ports collection makefile for: horde-passwd
|
|
# Date created: Thu Feb 12, 2004
|
|
# Whom: Joao Carlos Mendes Luis (<jonny@jonny.eng.br>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= passwd
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= www mail
|
|
DIST_SUBDIR= horde
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Password changing module
|
|
|
|
USE_HORDE= base
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|