blob: 744c3734ac73b1a387b4aeb53c120249441faca3 (
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
|
# New ports collection makefile for: zillion
# Date created: 09 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= zillion
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= net gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
DISTNAME= ${PORTNAME}-0_1
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Distributed computing project
LICENSE= BSD
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
|