diff options
author | tron <tron@pkgsrc.org> | 1998-07-04 07:54:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-04 07:54:40 +0000 |
commit | 492989ba478daeebf849ddd225c46b335fb447bb (patch) | |
tree | 68a994ca57ea09aa75eb67c847df90e4c398fc88 /x11/xview-clients/Makefile | |
parent | d0fcb1a9551c5cde57eefcc02080d161385eb28e (diff) | |
download | pkgsrc-492989ba478daeebf849ddd225c46b335fb447bb.tar.gz |
Initial import of FreeBSD's "xview-clients" port:
OpenLook applications and man pages.
Diffstat (limited to 'x11/xview-clients/Makefile')
-rw-r--r-- | x11/xview-clients/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile new file mode 100644 index 00000000000..a195d604f00 --- /dev/null +++ b/x11/xview-clients/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xview-clients +# Version required: 3.2p1-X11R6 +# Date created: 22 November 1994 +# Whom: ljo +# +# $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 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 +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> |