freebsd-ports/converters/base64/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

22 lines
442 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= ports@FreeBSD.org
COMMENT= Simple program to convert binary files to base64
GNU_CONFIGURE= yes
ALL_TARGET= prog
MAN1= base64.1
PLIST_FILES= bin/base64
.include <bsd.port.mk>