freebsd-ports/devel/mcpp/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

22 lines
450 B
Makefile

PORTNAME= mcpp
PORTVERSION= 2.7.2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}
MAINTAINER= kmatsui@t3.rim.or.jp
COMMENT= Alternative C/C++ preprocessor
WWW= https://mcpp.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mcpplib
USE_LDCONFIG= yes
CPE_VENDOR= mcpp_project
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>