mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2359c7229f
PR: ports/81571 Submitted by: maintainer
22 lines
387 B
Makefile
22 lines
387 B
Makefile
# 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>
|