forked from Lainports/freebsd-ports
Files and notes can be added into the library as items. Each item can have text-style meta-data and attributes-style meta-data. Items can be linked as wiki, or searched based on meta-data. File content can even be searched with namazu. Author: Yen-Ju Chen
28 lines
604 B
Makefile
28 lines
604 B
Makefile
# New ports collection makefile for: mylibrary
|
|
# Date created: 18 Nov 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mylibrary
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles/
|
|
DISTNAME= MyLibrary-${PORTVERSION}g
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Wiki-style data management application for GNUstep
|
|
|
|
WRKSRC= ${WRKDIR}/ML
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
MAKEFILE=
|
|
ALL_TARGET=
|
|
|
|
.include <bsd.port.mk>
|