1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/converters/btoa/Makefile

24 lines
502 B
Makefile
Raw Normal View History

# New ports collection makefile for: btoa
# Date created: 4 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
PORTNAME= btoa
PORTVERSION= 5.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pgollucci
MAINTAINER= ports@FreeBSD.org
2003-02-21 11:08:38 +00:00
COMMENT= Encode/decode binary to printable ASCII
MAKE_FLAGS= DESTDIR=${PREFIX} -f
MAKEFILE= Makefile.sun
MAN1= btoa.1
.include <bsd.port.mk>