freebsd-ports/lang/bf2c/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

34 lines
524 B
Makefile

# Created by: rene
# $FreeBSD$
PORTNAME= bf2c
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= rene@FreeBSD.org
COMMENT= Optimizing BrainF*ck to C compiler
LICENSE= BSD2CLAUSE
USES= tar:xz
PATCH_STRIP= -p1
USE_GITHUB= yes
GH_ACCOUNT= rene0
OPTIONS_DEFINE= DOCS
INSTALL_TARGET= install-strip
PORTDOCS= README.md
PLIST_FILES= bin/bf2c bin/gen_bf
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>