344b32ccd9
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
20 lines
450 B
Makefile
20 lines
450 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= ports@FreeBSD.org
|
|
COMMENT= Turn cvs diff output into patch input
|
|
|
|
PLIST_FILES= bin/cvsdiff2patch
|
|
|
|
.include <bsd.port.mk>
|