mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
06f79b66f2
Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= notebook
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
.include <bsd.port.mk>
|