diff options
Diffstat (limited to 'x11-toolkits/xview/Makefile')
-rw-r--r-- | x11-toolkits/xview/Makefile | 13 |
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> |