blob: 97e361760d6addb3e88e94e5f638179f3ddc451a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Jos Backus <josb@cncdsl.com>
# $FreeBSD$
PORTNAME= gpp
PORTVERSION= 2.24
CATEGORIES= textproc
MASTER_SITES= http://files.nothingisreal.com/software/gpp/
MAINTAINER= jos@catnook.com
COMMENT= The Generic Preprocessor
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= gpp.1
NO_STAGE= yes
.include <bsd.port.mk>
|