mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# Created by: 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}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program that helps you fix a build interactively
|
|
|
|
USES= tar:bzip2 uidfix
|
|
MAKE_ENV= NO_MAN=yes
|
|
|
|
PLIST_FILES= bin/replay
|
|
|
|
.include <bsd.port.mk>
|