f6473207ca
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
26 lines
572 B
Makefile
26 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:51 agc Exp $
|
|
#
|
|
|
|
DISTNAME= xplot-0.90
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
|
|
|
|
MAINTAINER= thorpej@netbsd.org
|
|
|
|
USE_X11BASE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \
|
|
demo.3 demo.4 demo.5 demo.6 demo.7
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/xplot
|
|
.for file in ${DOCFILES}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
|
|
.endfor
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|