mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
413424ee99
- Clean up headers and comments while here Reviewed by: danfe
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pit
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://github.com/michaeldv/${PORTNAME}/tarball/
|
|
DISTNAME= ${PORTVERSION}
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command-line project manager that integrates with Git
|
|
|
|
FETCH_ARGS= -pRr
|
|
WRKSRC= "${WRKDIR}/michaeldv-${PORTNAME}-fd6b3ef"
|
|
PLIST_FILES= bin/pit
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/pit ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|