2006-10-31 07:33:13 +01:00
|
|
|
# New ports collection makefile for: notebook
|
|
|
|
# Date created: 30 Oct 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= notebook
|
|
|
|
PORTVERSION= 0.3
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= deskutils gnustep
|
2007-04-03 16:59:26 +02:00
|
|
|
MASTER_SITES= http://notebook.cowgar.com/NoteBook/releases/ \
|
|
|
|
http://io.debian.net/~tar/debian/notebook/
|
2006-10-31 07:33:13 +01:00
|
|
|
PKGNAMEPREFIX= gnustep-
|
|
|
|
DISTNAME= NoteBook-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= A place to store notes in an organized manner
|
|
|
|
|
2010-06-05 21:53:32 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-10-31 07:33:13 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|