openbsd-ports/sysutils/rpl/Makefile

20 lines
418 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:32 espie Exp $
COMMENT = replace strings with new strings in multiple text files
DISTNAME = rpl-1.4.1
2010-11-20 12:22:40 -05:00
REVISION = 0
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
2010-11-20 12:22:40 -05:00
USE_GROFF = Yes
WANTLIB = c
.include <bsd.port.mk>