summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/Makefile
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-11-22 12:06:23 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-11-22 12:06:23 +0000
commit305d7c6f694fc724d1bb62910e3f83acc5eb3c91 (patch)
treef5f800b0363f191ca67a3b0900172aaeeb17940f /x11-toolkits/xview/Makefile
parentAdd pkg files. (diff)
Make a separate package for the config files. This is a simple way
out of having to install config files before the rest (libs and clients) can be built.
Notes
Notes: svn path=/head/; revision=457
Diffstat (limited to 'x11-toolkits/xview/Makefile')
-rw-r--r--x11-toolkits/xview/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
new file mode 100644
index 000000000000..004c1de091b1
--- /dev/null
+++ b/x11-toolkits/xview/Makefile
@@ -0,0 +1,13 @@
+DISTNAME= xview3.2p1-X11R6
+USE_IMAKE= yes
+MASTER_SITES= ftp://ftp.x.org/contrib/libraries/
+EXTRACT_SUFX= .tar.gz
+WRKDIR= xview3.2p1-X11R6/config
+WRKSRC= xview3.2p1-X11R6/config
+DISTFILES= xview3.2p1-X11R6.tar.gz
+
+configure: extract patch ${CONFIGURE_COOKIE}
+ (cd $(WRKSRC)/config; xmkmf)
+ @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
+
+.include <bsd.port.mk>