freebsd-ports/graphics/xbmbrowser/Makefile
Baptiste Daroussin d0b8e0bff8 Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework
2013-06-28 21:19:31 +00:00

21 lines
424 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= xbmbrowser
PORTVERSION= 5.1
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= View complete directories of X bitmaps and X pixmaps
USES= imake
USE_XORG= xaw xmu
MAN1= xbmbrowser.1
USE_GMAKE= yes
.include <bsd.port.mk>