25 lines
483 B
Makefile
25 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:10:56 espie Exp $
|
|
|
|
COMMENT= view complete directories of X bitmaps and X pixmaps
|
|
|
|
DISTNAME= xbmbrowser5.1
|
|
PKGNAME= xbmbrowser-5.1
|
|
REVISION = 3
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
|
|
|
# Public Domain-ish
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|