514e27736e
From James Turner (MAINTAINER) ok okan@
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/04/25 18:19:09 merdely Exp $
|
|
|
|
COMMENT = replace strings with new strings in multiple text files
|
|
|
|
DISTNAME = rpl-1.4.1
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.laffeycomputer.com/rpl.html
|
|
MASTER_SITES = http://downloads.laffeycomputer.com/current_builds/
|
|
|
|
MAINTAINER = James Turner <james@bsdgroup.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
WANTLIB = c
|
|
|
|
.include <bsd.port.mk>
|