mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# New ports collection makefile for: cvsdiff2patch
|
|
# Date created: 06 Jun 2003
|
|
# Whom: alfred@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsdiff2patch
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
|
|
DISTNAME= cvsdiff2patch-${PORTVERSION}
|
|
USE_BZIP2= yes
|
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
|
COMMENT= Turn cvs diff output into patch input.
|
|
|
|
.include <bsd.port.mk>
|