ok zhuk@ on a previous version. uudeview is program at which you can throw a mess of unordered files in any of BinHex, uuencoded, xxencoded, Base64 or yEnc formats and expect them all to be properly decoded. These formats are frequently encountered when sending binary files via news or mail.
28 lines
536 B
Makefile
28 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/11/20 21:14:54 jca Exp $
|
|
|
|
COMMENT = uu/xx/Base64/BinHex/yEnc decoder and encoder
|
|
|
|
DISTNAME = uudeview-0.5.20
|
|
|
|
CATEGORIES = converters
|
|
|
|
HOMEPAGE = http://www.fpx.de/fp/Software/UUDeview/
|
|
|
|
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
|
|
|
# GPLv2+, with BSD parts
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
MASTER_SITES = ${HOMEPAGE}download/
|
|
|
|
CONFIGURE_STYLE = autoconf dest
|
|
AUTOCONF_VERSION = 2.13
|
|
CONFIGURE_ARGS = --disable-tcl \
|
|
--enable-inews=inew
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|