openbsd-ports/converters/btoa/Makefile
2006-07-14 21:26:15 +00:00

28 lines
628 B
Makefile

# $OpenBSD: Makefile,v 1.16 2006/07/14 21:26:15 steven Exp $
COMMENT= "encode/decode binary to printable ASCII"
DISTNAME= btoa-5.2
PKGNAME= btoa-5.2.1
CATEGORIES= converters
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= http://www.netsw.org/system/tools/fileutils/encode/
PATCHFILES= btoa-5.2-patch1.gz
MAKE_FLAGS= DESTDIR=${PREFIX}
MAKE_FILE= Makefile.sun
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}
# Turn off the default from bsd.port.mk (-p0), which screws things up
PATCH_DIST_STRIP=
NO_REGRESS= Yes
.include <bsd.port.mk>