46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
21 lines
497 B
Makefile
21 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.11 2000/10/22 15:41:38 espie Exp $
|
|
|
|
DISTNAME= base64
|
|
PKGNAME= base64-1.0
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
LICENSE_TYPE= 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
|
|
|
|
.include <bsd.port.mk>
|