mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
17 lines
378 B
Makefile
17 lines
378 B
Makefile
PORTNAME= gpp
|
|
PORTVERSION= 2.24
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://files.nothingisreal.com/software/gpp/
|
|
|
|
MAINTAINER= jos@catnook.com
|
|
COMMENT= The Generic Preprocessor
|
|
WWW= https://www.nothingisreal.com/gpp/
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/gpp share/man/man1/gpp.1.gz
|
|
|
|
.include <bsd.port.mk>
|