mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
28 lines
553 B
Makefile
28 lines
553 B
Makefile
# New ports collection makefile for: mywiki
|
|
# Date created: 16 Dec 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $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= dinoex@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>
|