freebsd-ports/devel/pit/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

29 lines
575 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= pit
PORTVERSION= 0.1.0
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line project manager that integrates with Git
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= michaeldv
PLIST_FILES= bin/pit
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|CC =|CC ?=| ; \
s|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' ${WRKSRC}/Makefile
do-install:
(cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} pit ${STAGEDIR}${PREFIX}/bin)
.include <bsd.port.mk>