2013-03-11 01:30:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2013/03/11 01:30:27 espie Exp $
|
2001-05-05 23:11:14 +00:00
|
|
|
|
2007-09-16 01:40:27 +00:00
|
|
|
COMMENT= encode/decode binary to printable ASCII
|
1998-04-29 05:05:09 +00:00
|
|
|
|
1998-10-08 03:05:04 +00:00
|
|
|
DISTNAME= btoa-5.2
|
|
|
|
PKGNAME= btoa-5.2.1
|
|
|
|
CATEGORIES= converters
|
1998-04-29 05:05:09 +00:00
|
|
|
|
2007-09-16 01:40:27 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= no fee
|
2000-03-14 04:21:59 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-11-21 22:53:58 +00:00
|
|
|
WANTLIB= c
|
2000-03-14 04:21:59 +00:00
|
|
|
|
2006-07-14 21:26:15 +00:00
|
|
|
MASTER_SITES= http://www.netsw.org/system/tools/fileutils/encode/
|
1998-10-08 03:05:04 +00:00
|
|
|
PATCHFILES= btoa-5.2-patch1.gz
|
1998-04-29 05:05:09 +00:00
|
|
|
|
2000-02-12 00:43:57 +00:00
|
|
|
MAKE_FLAGS= DESTDIR=${PREFIX}
|
2000-02-22 17:08:31 +00:00
|
|
|
MAKE_FILE= Makefile.sun
|
2000-03-28 13:44:30 +00:00
|
|
|
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}
|
2010-10-18 17:06:05 +00:00
|
|
|
USE_GROFF = Yes
|
1998-04-29 05:05:09 +00:00
|
|
|
|
|
|
|
# Turn off the default from bsd.port.mk (-p0), which screws things up
|
|
|
|
PATCH_DIST_STRIP=
|
|
|
|
|
2013-03-11 01:30:26 +00:00
|
|
|
NO_TEST= Yes
|
2001-10-07 15:34:10 +00:00
|
|
|
|
1998-04-29 05:05:09 +00:00
|
|
|
.include <bsd.port.mk>
|