63bc5d0411
PR: ports/155373 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Approved by: maintainer
38 lines
758 B
Makefile
38 lines
758 B
Makefile
# New ports collection makefile for: tig
|
|
# Date created: 18 Mar 2008
|
|
# Whom: Denise H. G. <darcsis@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tig
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://jonas.nitro.dk/tig/releases/
|
|
|
|
MAINTAINER= darcsis@gmail.com
|
|
COMMENT= Text-mode interface for git
|
|
|
|
RUN_DEPENDS= git:${PORTSDIR}/devel/git
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MAN1= tig.1
|
|
MAN5= tigrc.5
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE}
|
|
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
|
|
PLIST_FILES= bin/tig
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}rc.5 ${MANPREFIX}/man/man5/
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include <bsd.port.post.mk>
|