mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# Ports collection makefile for: ansel
|
|
# Date created: Mon Mar 19, 2007
|
|
# Whom: Beech Rintoul <beech@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ansel
|
|
PORTVERSION= 0.1.b20070319
|
|
PORTREVISION= 2
|
|
DISTVERSIONPREFIX=
|
|
CATEGORIES= www
|
|
MASTER_SITES= CENKES http://freebsd.alaskaparadise.com/source/
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Image gallery
|
|
|
|
USE_HORDE= base pkg-message
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= CHANGES CREDITS TODO README
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|