summaryrefslogtreecommitdiff
path: root/www/g-cows/Makefile
blob: fa641a834d6b3cf77d532881ec4353ce62cc39db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:  g-cows
# Date created:        6 March 2006
# Whom:                Andrea Sozzi <as@g-cows.org>
#
# $FreeBSD$
#

PORTNAME=	g-cows
PORTVERSION=	1.8
CATEGORIES=	www
MASTER_SITES=	http://www.g-cows.org/download/${PORTVERSION}/

MAINTAINER=	as@g-cows.org
COMMENT=	Scripting language for creation of web sites

USE_FLEX=	YES
GNU_CONFIGURE=	YES

PLIST_FILES=	bin/cows \
		bin/cows-mkgen

.include <bsd.port.mk>