freebsd-ports/devel/replay/Makefile

21 lines
436 B
Makefile
Raw Normal View History

# New ports collection makefile for: replay
# Date created: 22 Apr 2003
# Whom: alfred@freebsd.org
#
# $FreeBSD$
#
PORTNAME= devel-replay
2003-05-20 10:16:20 +02:00
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
DISTNAME= replay-${PORTVERSION}
2003-05-10 13:48:14 +02:00
USE_BZIP2= yes
MAINTAINER= alfred@FreeBSD.org
COMMENT= A program that helps you fix a build interactively.
PLIST_FILES= bin/replay
.include <bsd.port.mk>