mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
464 B
Makefile
26 lines
464 B
Makefile
# New ports collection makefile for: xbmbrowser
|
|
# Version required: xbmbrowser5.1
|
|
# Date created: 06 September 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xbmbrowser5.1
|
|
PKGNAME= xbmbrowser-5.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xbmbrowser.1
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|