mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
28 lines
410 B
Makefile
28 lines
410 B
Makefile
# New ports collection Makefile for: cvsupit
|
|
# Date created: 8 May 2000
|
|
# Whom: jasone
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsupit
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= net
|
|
DISTFILES= #empty
|
|
|
|
MAINTAINER= jkh@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
|
|
|
|
.if (BATCH)
|
|
NO_INSTALL= yes
|
|
.endif
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
.if !make(package)
|
|
@${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|