344b32ccd9
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# New ports collection makefile for: replay
|
|
# Date created: 22 Apr 2003
|
|
# Whom: alfred@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= devel-replay
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
|
|
DISTNAME= replay-${PORTVERSION}
|
|
USE_BZIP2= yes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program that helps you fix a build interactively
|
|
|
|
PLIST_FILES= bin/replay
|
|
|
|
.include <bsd.port.mk>
|