mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
438 B
Makefile
23 lines
438 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|