mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
329 B
Makefile
17 lines
329 B
Makefile
COMMENT = replace strings with new strings in multiple text files
|
|
|
|
DISTNAME = rpl-1.4.1
|
|
REVISION = 0
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.laffeycomputer.com/rpl.html
|
|
SITES = http://downloads.laffeycomputer.com/current_builds/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
WANTLIB = c
|
|
|
|
.include <bsd.port.mk>
|