pkgsrc/converters/xdeview/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

27 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.38 2007/01/07 09:13:50 rillig Exp $
DISTNAME= uudeview-0.5.20
PKGNAME= xdeview-0.5.20
PKGREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/
COMMENT= X11 program for uu/xx/Base64/BinHex de-/encoding
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-tcl=${LOCALBASE:Q}
CONFIGURE_ARGS+= --enable-tk=${LOCALBASE:Q}
LDFLAGS+= -s -lX11
BUILD_TARGET= xdeview
INSTALL_TARGET= install-tcl
post-install:
${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../converters/uulib/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"