openbsd-ports/converters/btoa/Makefile
espie b3ed337056 Change MAKE_FLAGS to remove the -f.
Actually reading the Makefiles proved that about one third of them was
confused about this already...
2000-02-12 00:43:57 +00:00

25 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.5 2000/02/12 00:43:58 espie Exp $
DISTNAME= btoa-5.2
PKGNAME= btoa-5.2.1
CATEGORIES= converters
NEED_VERSION= 1.195
# The readme says both "public domain" and "may not be used commercially".
# I'm being nice to the authors...
#
RESTRICTED= "no commercial use"
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ${MASTER_SITE_LOCAL}
PATCHFILES= btoa-5.2-patch1.gz
MAKE_FLAGS= DESTDIR=${PREFIX}
MAKEFILE= Makefile.sun
# Turn off the default from bsd.port.mk (-p0), which screws things up
PATCH_DIST_STRIP=
.include <bsd.port.mk>