1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/c4/Makefile
Marcelo Araujo d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00

31 lines
668 B
Makefile

# New ports collection makefile for: C4
# Date created: 2 September 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= c4
PORTVERSION= 1.10
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/utils/c4/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= araujo@FreeBSD.org
COMMENT= A CVS-like Frontend to Perforce
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= c4
MAN1= c4.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c4 ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/c4.1 ${PREFIX}/man/man1/
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>