mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +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)
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Ports collection makefile for: Mnemo
|
|
# Date created: Sun May 19, 2002
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mnemo
|
|
PORTVERSION= 2.2
|
|
DISTVERSIONSUFFIX= -rc2
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils www
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Notes and memos application
|
|
|
|
USE_HORDE= base
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|