summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview-clients/Makefile
blob: 5ab1e5ae4064af324ef37ed0a8993ab61c58e32f (plain) (blame)
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
# New ports collection makefile for:	xview-clients
# Version required:     3.2p1-X11R6
# Date created:         22 November 1994
# Whom:                 ljo
#
# $Id: Makefile,v 1.9 1995/05/19 10:39:58 asami Exp $
#

DISTNAME=	xview-clients
PKGNAME=	xview-clients-3.2.1
CATEGORIES=	x11

DEPENDS=        ${PORTSDIR}/x11/xview-lib
WRKSRC=      	${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients

NO_WRKDIR=	yes
NO_EXTRACT=     yes
USE_X11=	yes

do-fetch:

post-configure:
	(cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients depend)

pre-install:
	@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)

.include <bsd.port.mk>