1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/comms/lrzsz/Makefile
Bernhard Froehlich 24c8aa3509
comms/lrzsz: Add CPE information
Approved by:	portmgr (blanket)
2021-09-11 11:24:05 +00:00

28 lines
512 B
Makefile

# Created by: David O'Brien <obrien@cs.ucdavis.edu>
PORTNAME= lrzsz
PORTVERSION= 0.12.20
PORTREVISION= 4
CATEGORIES= comms
MASTER_SITES= http://ohse.de/uwe/releases/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Receive/Send files via X/Y/ZMODEM protocol (unrestrictive)
LICENSE= GPLv2
USES= cpe
CPE_VENDOR= lrzsz_project
GNU_CONFIGURE= yes
ALL_TARGET= all # vcheck
OPTIONS_DEFINE= NLS
NLS_USES= gettext
NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/lrzsz.mo
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>