19 lines
411 B
Makefile
19 lines
411 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= alfred@FreeBSD.org
|
|
COMMENT= A program that helps you fix a build interactively.
|
|
|
|
.include <bsd.port.mk>
|