142384b162
PR: 37838 Submitted by: erwin@lansing.dk
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# 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= erwin@lansing.dk
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= prog
|
|
MAN1= base64.1
|
|
|
|
.include <bsd.port.mk>
|