blob: c619806edfc10d51d10103db5419ca42472fa41d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.
PLIST_FILES= bin/replay
.include <bsd.port.mk>
|