mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
332 B
Makefile
23 lines
332 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: cvsps
|
|
# Date Created: Feb 9, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsps
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cobite.com/cvsps/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= cvsps
|
|
|
|
MANCOMPRESSED= no
|
|
MAN1= cvsps.1
|
|
|
|
.include <bsd.port.mk>
|