Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/converters/base64/Makefile
16124 views
# Created by: will

PORTNAME=	base64
PORTVERSION=	1.5
PORTREVISION=	1
CATEGORIES=	converters
MASTER_SITES=	http://www.fourmilab.ch/webtools/base64/

MAINTAINER=	[email protected]
COMMENT=	Utility to encode and decode base64 files

LICENSE=	PD
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
ALL_TARGET=	prog
PLIST_FILES=	bin/base64 \
		man/man1/base64.1.gz

.include <bsd.port.mk>