blob: b490cbc9c3f6e24f8be6152dbc7bcc8cfe7d1611 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= mywiki
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= deskutils gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/MyLibrary/
DISTNAME= MyWiki-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Personal wiki on GNUstep
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/MyWiki
.include <bsd.port.mk>
|