freebsd-ports/x11-toolkits/xview-clients/Makefile
Kris Kennaway d1fe89de4b No need to build all of xview again, we only need to patch it. Add missing
USE_IMAKE dependency to allow this.  This also fixes the package build.

Approved by:	portmgr (implicit)
2006-02-28 21:47:16 +00:00

36 lines
894 B
Makefile

# New ports collection makefile for: xview-clients
# Date created: 22 November 1994
# Whom: ljo (orig)
#
# $FreeBSD$
#
PORTNAME= xview-clients
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \
ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
DISTNAME= xview3.2p1-X11R6
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenLook applications and man pages
PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_IMAKE= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME}
ALL_TARGET= Clients
MAN1= clock.1 cmdtool.1 olwm.1 olwmslave.1 shelltool.1
MANCOMPRESSED= yes
do-install:
@cd ${WRKSRC}/clients; ${MAKE} install install.man
.include <bsd.port.mk>