in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
19 lines
537 B
Makefile
19 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.23 2004/10/03 00:13:17 tv Exp $
|
|
#
|
|
|
|
DISTNAME= uudeview-0.5.20
|
|
PKGREVISION= 1
|
|
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_BUILDLINK3= yes
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ARGS+= --enable-inews=inews --disable-tcl
|
|
LDFLAGS+= ${_STRIPFLAG_CC}
|
|
|
|
.include "../../converters/uulib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|