be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
17 lines
364 B
Makefile
17 lines
364 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbmbrowser
|
|
PORTVERSION= 5.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= XCONTRIB/utilities
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= View complete directories of X bitmaps and X pixmaps
|
|
|
|
USES= gmake imake xorg
|
|
USE_XORG= xaw xmu
|
|
|
|
.include <bsd.port.mk>
|