blob: 70417cf9632f2f93ce49cf059470db30a594dee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.20 2003/07/17 21:27:41 grant Exp $
#
DISTNAME= uudeview-0.5.18
CATEGORIES= converters
MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/
COMMENT= Program for uu/xx/Base64/BinHex de-/encoding
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-inews=inews --disable-tcl
LDFLAGS+= ${_STRIPFLAG_CC}
.include "../../converters/uulib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|