mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1ff79b1d09
PR: devel/tig Submitted by: clsung Approved by: maintainer (Denise H. G.)
39 lines
758 B
Makefile
39 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.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://jonas.nitro.dk/tig/releases/
|
|
|
|
MAINTAINER= darcsis@gmail.com
|
|
COMMENT= Text-mode interface for git
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= git:${PORTSDIR}/devel/git
|
|
|
|
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>
|