2015-02-16 22:57:07 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2015/02/16 22:57:12 naddy Exp $
|
2008-04-20 21:26:36 +00:00
|
|
|
|
|
|
|
COMMENT = replace strings with new strings in multiple text files
|
|
|
|
|
2008-04-25 18:19:09 +00:00
|
|
|
DISTNAME = rpl-1.4.1
|
2010-11-20 17:22:40 +00:00
|
|
|
REVISION = 0
|
2008-04-20 21:26:36 +00:00
|
|
|
CATEGORIES = sysutils
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.laffeycomputer.com/rpl.html
|
|
|
|
MASTER_SITES = http://downloads.laffeycomputer.com/current_builds/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WANTLIB = c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|