aboutsummaryrefslogtreecommitdiff
path: root/textproc/gpp/Makefile
blob: 06bdc682cf3c8de7efcedab26f27065898044946 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    gpp
# Date created:         06 Sep 2001
# Whom:                 Jos Backus <josb@cncdsl.com>
#
# $FreeBSD$
#

PORTNAME=	gpp
PORTVERSION=	2.24
CATEGORIES=	textproc
MASTER_SITES=	http://www.nothingisreal.com/gpp/

MAINTAINER=	jos@catnook.com
COMMENT=	The Generic Preprocessor

USE_BZIP2=	yes
GNU_CONFIGURE=	yes

MAN1=		gpp.1

.include <bsd.port.mk>