blob: d9339c2b41cf79747f39e430423e4f12a4b8b7f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: nag
# Date created: Sun Dec 14, 2001
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= nag
PORTVERSION= 2.3.7
DISTVERSIONSUFFIX=
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils www
MAINTAINER= horde@FreeBSD.org
COMMENT= Simple multiuser task list manager
USE_HORDE= base
USES= gettext
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|