18 lines
379 B
Makefile
18 lines
379 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbmbrowser
|
|
PORTVERSION= 5.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= XCONTRIB
|
|
MASTER_SITE_SUBDIR= utilities
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= View complete directories of X bitmaps and X pixmaps
|
|
|
|
USES= gmake imake
|
|
USE_XORG= xaw xmu
|
|
|
|
.include <bsd.port.mk>
|