openbsd-ports/x11/xview/lib/Makefile
espie cbd4a07619 New CONFIGURE_STYLE
Fix bogus conflict with xloadimage (move man page to the right location)
2000-06-20 17:05:08 +00:00

22 lines
550 B
Makefile

# $OpenBSD: Makefile,v 1.6 2000/06/20 17:05:08 espie Exp $
PKGNAME= xview-lib-${XVIEW_VERSION}
EXTRACT_ONLY=
CATEGORIES= x11
NEED_VERSION= 1.301
BUILD_DEPENDS= ${LOCALBASE}/lib/X11/config/XView.cf::x11/xview/config \
/nonexistent::x11/xview/config:build
post-extract:
mkdir -p ${WRKDIST}
lndir `cd ${PORTSDIR}/x11/xview/config && make show VARNAME=WRKDIST` ${WRKDIST}
CONFIGURE_STYLE=imake
MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config
post-install:
mv ${PREFIX}/man/cat1/xview.0 ${PREFIX}/man/cat7/xview.0
.include <bsd.port.mk>