mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
24136b5bd5
maintain them properly currently.
18 lines
288 B
Makefile
18 lines
288 B
Makefile
# Created by: alfred
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cvswrap
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= alfred
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Helper for multiple CVS repositories
|
|
|
|
USES= desthack
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|