51c1e97a0f
during the release with pval@ other categories will follow once they are finished
23 lines
507 B
Makefile
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>
|