1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/nift/Makefile
Mark Linimon 6ebda7d910 Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2019-11-03 21:35:39 +00:00

28 lines
515 B
Makefile

# Created by: Mohammad S. Babaei <info@babaei.net>
# $FreeBSD$
PORTNAME= nift
DISTVERSIONPREFIX= v
DISTVERSION= 1.17
CATEGORIES= www
MAINTAINER= info@babaei.net
COMMENT= Cross-platform open source website generator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= nifty-site-manager
GH_PROJECT= nsm
PLIST_FILES= bin/nift \
bin/nsm
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nift
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nsm
.include <bsd.port.mk>