1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-toolkits/xview/Makefile
L Jonas Olsson 305d7c6f69 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.
1994-11-22 12:06:23 +00:00

14 lines
370 B
Makefile

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>