blob: cf9284773cc264b1e37535511668e365b0f507c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: devel/easygit
# Date created: 11 March 2009
# Whom: 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
EXTRACT_ONLY= # none
MAINTAINER= lth@FreeBSD.org
COMMENT= Easy wrapper for git
RUN_DEPENDS= git:${PORTSDIR}/devel/git
DIST_SUBDIR= eg/${PORTVERSION}_${PORTREVISION}
USES= perl5
USE_PERL5= run
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/eg bin/easygit
do-install:
${INSTALL_SCRIPT} ${_DISTDIR}/eg ${PREFIX}/bin/
${LN} -s ${PREFIX}/bin/eg ${PREFIX}/bin/easygit
.include <bsd.port.mk>
|