1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/textproc/gpp/Makefile

22 lines
398 B
Makefile
Raw Normal View History

# 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://files.nothingisreal.com/software/gpp/
MAINTAINER= jos@catnook.com
COMMENT= The Generic Preprocessor
USE_BZIP2= yes
GNU_CONFIGURE= yes
2002-06-19 08:18:10 +00:00
MAN1= gpp.1
.include <bsd.port.mk>