openbsd-ports/x11/xview/lib/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

23 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.14 2003/10/08 17:13:19 sturm Exp $
COMMENT= "OpenLook Toolkit libs, includes, and man pages"
PKGNAME= xview-lib-${XVIEW_VERSION}
EXTRACT_ONLY=
CATEGORIES= x11
BUILD_DEPENDS= ::x11/xview/config ::x11/xview/config:build
post-patch:
ln -s ${WRKDIR}/x11/xview/config/${DISTNAME} ${WRKDIST}
CONFIGURE_STYLE=imake
MAKE_ENV= IMAKEINCLUDE=-I${LOCALBASE}/lib/X11/config
NO_REGRESS= Yes
post-install:
mv ${PREFIX}/man/cat1/xview.0 ${PREFIX}/man/cat7/xview.0
.include <bsd.port.mk>