summaryrefslogtreecommitdiff
path: root/converters/xdeview/Makefile
blob: 09092bc5f7c9c528db188d405e898059879c2d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.19 2001/06/11 06:34:23 jlam Exp $
#

DISTNAME=	uudeview-0.5.15
PKGNAME=	xdeview-0.5.15
CATEGORIES=	converters
MASTER_SITES=	http://www.fpx.de/fp/Software/UUDeview/download/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.fpx.de/fp/Software/UUDeview/
COMMENT=	X11 program for uu/xx/Base64/BinHex de-/encoding

DEPENDS+=	tk>=8.3.2:../../x11/tk
DEPENDS+=	uulib-0.5.15:../../converters/uulib

USE_X11BASE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}"
# Season to taste --- anything over tcl7.5
LDFLAGS+=	-s
CPPFLAGS+=	-I${LOCALBASE}/include

ALL_TARGET=	xdeview
INSTALL_TARGET=	install-tcl

post-install:
	${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1

.include "../../mk/bsd.pkg.mk"