freebsd-ports/deskutils/gnustep-notebook/Makefile
Dirk Meyer 398a26e259 NoteBook.app is an application to store and organize your notes written
for use with GNUstep.

Features
 * Uses a document interface to open multiple Notebooks.
 * Each notebook has it's own tree interface navigable via a NSBrowser
   control. Both branch pages and leaf pages can contain note information.
 * Stores note pages in Rich Text Format allowing you to format the note
   with different fonts, styles, weights, etc...

WWW: http://notebook.cowgar.com/
2006-10-31 06:33:13 +00:00

26 lines
576 B
Makefile

# New ports collection makefile for: notebook
# Date created: 30 Oct 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= notebook
PORTVERSION= 0.3
CATEGORIES= deskutils
MASTER_SITES= http://notebook.cowgar.com/NoteBook/releases/
PKGNAMEPREFIX= gnustep-
DISTNAME= NoteBook-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A place to store notes in an organized manner
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
.include <bsd.port.mk>