aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mylibrary/Makefile
blob: c9f2c95cdaf2a40545e07365c47823ad529c1ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>