aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# 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
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gpp man/man1/gpp.1.gz
|
|
|
|
.include <bsd.port.mk>
|