summaryrefslogtreecommitdiff
path: root/converters/base64/Makefile
blob: 0f0517f20a7a1d5360c1f24c5fb06814b9fc1fa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	base64
# Date created:				29 Oct 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	base64
PORTVERSION=	1.3
CATEGORIES=	converters
MASTER_SITES=	http://www.fourmilab.ch/webtools/base64/ \
		http://dl.droso.net/ports/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple program to convert binary files to base64

GNU_CONFIGURE=	yes
ALL_TARGET=	prog
MAN1=		base64.1

.include <bsd.port.mk>