espie e06dfa9b25 regression tests for the whole converters directory.
Fix utterly bogus ppmtoTbmp dependencies.
Convert dependencies to new format.
2001-10-07 15:34:10 +00:00

30 lines
660 B
Makefile

# $OpenBSD: Makefile,v 1.12 2001/10/07 15:34:10 espie Exp $
COMMENT= "encode/decode binary to printable ASCII"
DISTNAME= btoa-5.2
PKGNAME= btoa-5.2.1
CATEGORIES= converters
NEED_VERSION= 1.402
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_LOCAL}
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>