mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
851945b1eb
Feature safe: yes
23 lines
415 B
Makefile
23 lines
415 B
Makefile
# $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>
|