1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/deskutils/gnustep-notebook/Makefile
2015-10-24 00:39:20 +00:00

25 lines
548 B
Makefile

# $FreeBSD$
PORTNAME= notebook
PORTVERSION= 0.3
PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://notebook.cowgar.com/NoteBook/releases/ \
http://io.debian.net/~tar/debian/notebook/
PKGNAMEPREFIX= gnustep-
DISTNAME= NoteBook-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Place to store notes in an organized manner
BROKEN= Does not fetch
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NoteBook.app/NoteBook
.include <bsd.port.mk>