blob: 4733d120146a522a94d87fb0c4d0ec1674440a20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: Mnemo
# Date created: Sun May 19, 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= mnemo
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= deskutils www
MAINTAINER= beech@alaskaparadise.com
COMMENT= Mnemo is the Horde 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>
|