freebsd-ports/textproc/replaceit/Makefile
2001-11-15 03:59:42 +00:00

19 lines
381 B
Makefile

# New ports collection makefile for: replaceit
# Date created: Fri Aug 17 20:15:02 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= replaceit
PORTVERSION= 1.0.0
CATEGORIES= textproc
MASTER_SITES= http://pldaniels.com/replaceit/
MAINTAINER= pat@FreeBSD.org
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
.include <bsd.port.mk>