mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c99c600944
string so I fixed it.
26 lines
456 B
Makefile
26 lines
456 B
Makefile
# New ports collection makefile for: xbmbrowser
|
|
# Date created: 06 September 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbmbrowser
|
|
PORTVERSION= 5.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xbmbrowser.1
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|