e06dfa9b25
Fix utterly bogus ppmtoTbmp dependencies. Convert dependencies to new format.
28 lines
628 B
Makefile
28 lines
628 B
Makefile
# $OpenBSD: Makefile,v 1.14 2001/10/07 15:34:10 espie Exp $
|
|
|
|
COMMENT= "converter to/from base64 encoding"
|
|
|
|
DISTNAME= base64
|
|
PKGNAME= base64-1.0
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
|
|
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
# License: PD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1
|
|
|
|
REGRESS_TARGET= wringer
|
|
REGRESS_FLAGS=PATH=${WRKBUILD}:${PORTPATH}
|
|
|
|
.include <bsd.port.mk>
|