22 lines
493 B
Makefile
22 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/08/10 18:46:49 jasper Exp $
|
|
|
|
COMMENT = replace strings with new strings in multiple text files
|
|
|
|
DISTNAME = rpl-1.4.1
|
|
PKGNAME = ${DISTNAME}p0
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.laffeycomputer.com/rpl.html
|
|
MASTER_SITES = http://downloads.laffeycomputer.com/current_builds/
|
|
|
|
# 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>
|