27 lines
619 B
Makefile
27 lines
619 B
Makefile
# $OpenBSD: Makefile,v 1.19 2008/01/04 17:48:38 espie Exp $
|
|
|
|
COMMENT= OpenLook Toolkit libs, includes, and man pages
|
|
|
|
PKGNAME= xview-lib-${XVIEW_VERSION}p1
|
|
SHARED_LIBS= olgx 3.2 \
|
|
xview 3.2
|
|
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
|
|
MAKE_FLAGS= SOOLGXREV=${LIBolgx_VERSION} \
|
|
SOXVIEWREV=${LIBxview_VERSION}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
mv ${PREFIX}/man/cat1/xview.0 ${PREFIX}/man/cat7/xview.0
|
|
|
|
.include <bsd.port.mk>
|