2010-11-20 12:22:40 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/11/20 17:22:42 espie Exp $
|
2008-04-20 17:26:36 -04:00
|
|
|
|
|
|
|
COMMENT = replace strings with new strings in multiple text files
|
|
|
|
|
2008-04-25 14:19:09 -04:00
|
|
|
DISTNAME = rpl-1.4.1
|
2010-11-20 12:22:40 -05:00
|
|
|
REVISION = 0
|
2008-04-20 17:26:36 -04:00
|
|
|
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
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2008-04-20 17:26:36 -04:00
|
|
|
WANTLIB = c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|