openbsd-ports/x11/xview/lib/Makefile
2010-11-22 08:36:47 +00:00

29 lines
641 B
Makefile

# $OpenBSD: Makefile,v 1.23 2010/11/22 08:37:06 espie Exp $
COMMENT= OpenLook Toolkit libs, includes, and man pages
PKGNAME= xview-lib-${XVIEW_VERSION}
REVISION= 2
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}
USE_GROFF = Yes
NO_REGRESS= Yes
post-install:
mv ${PREFIX}/man/cat1/xview.0 ${PREFIX}/man/cat7/xview.0
.include <bsd.port.mk>