1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/converters/base64/Makefile
Muhammad Moinur Rahman daf2152952
converters/base64: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-30 23:35:33 +01:00

21 lines
471 B
Makefile

PORTNAME= base64
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Utility to encode and decode base64 files
WWW= https://www.fourmilab.ch/webtools/base64/
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
ALL_TARGET= prog
PLIST_FILES= bin/base64 \
share/man/man1/base64.1.gz
.include <bsd.port.mk>