ports/textproc/gpp/Makefile
Muhammad Moinur Rahman e4a88869ac
textproc/gpp: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 08:47:17 +01:00

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>