mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
cdc7a3c58b
xview-clients/Makefile: replace NO_EXTRACT with an empty do-extract: target, otherwise DEPENDS won't work xview-lib/Makefile: add comment explaining above, use full pathname for ldconfig xview-config/Makefile: use MASTER_SITE_XCONTRIB
29 lines
669 B
Makefile
29 lines
669 B
Makefile
# New ports collection makefile for: xview-clients
|
|
# Version required: 3.2p1-X11R6
|
|
# Date created: 22 November 1994
|
|
# Whom: ljo
|
|
#
|
|
# $Id: Makefile,v 1.10 1996/11/15 16:12:19 erich 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
|
|
USE_X11= yes
|
|
|
|
do-fetch:
|
|
do-extract: # don't use NO_EXTRACT, dependency won't work
|
|
|
|
post-configure:
|
|
(cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients depend)
|
|
|
|
pre-install:
|
|
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
|
|
|
.include <bsd.port.mk>
|