1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-toolkits/xview-clients/Makefile
Satoshi Asami cdc7a3c58b Makefile cleanup. Plus:
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
1996-11-16 10:49:57 +00:00

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>