openbsd-ports/converters/btoa/Makefile

25 lines
556 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2000/02/12 00:43:58 espie Exp $
1998-04-29 01:05:09 -04:00
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"
1998-04-29 01:05:09 -04:00
MAINTAINER= angelos@openbsd.org
1998-04-29 01:05:09 -04:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
PATCHFILES= btoa-5.2-patch1.gz
1998-04-29 01:05:09 -04:00
MAKE_FLAGS= DESTDIR=${PREFIX}
MAKEFILE= Makefile.sun
1998-04-29 01:05:09 -04:00
# Turn off the default from bsd.port.mk (-p0), which screws things up
PATCH_DIST_STRIP=
.include <bsd.port.mk>