1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/easygit/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

35 lines
809 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= easygit
PORTVERSION= 0.98
CATEGORIES= devel
MASTER_SITES= http://www.gnome.org/~newren/eg/download/${PORTVERSION}/
DISTNAME= eg
EXTRACT_SUFX= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy wrapper for git
RUN_DEPENDS= git:devel/git
DISTREVISION= 0 # bump this if distfile is changed inplace
DIST_SUBDIR= eg/${PORTVERSION}_${DISTREVISION}
USES= perl5 shebangfix
SHEBANG_FILES= ${WRKSRC}/eg
USE_PERL5= run
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/eg bin/easygit
do-extract:
@${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/eg ${STAGEDIR}${PREFIX}/bin/
cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ./eg ${STAGEDIR}${PREFIX}/bin/easygit
.include <bsd.port.mk>