25 lines
574 B
Makefile
25 lines
574 B
Makefile
# New ports collection makefile for: xbmbrowser
|
|
# Version required: xbmbrowser5.1
|
|
# Date created: 06 September 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $NetBSD: Makefile,v 1.4 1998/03/10 14:02:54 frueauf Exp $
|
|
# FreeBSD: Makefile,v 1.3 1997/08/26 07:12:20 tg Exp
|
|
#
|
|
|
|
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
|
|
USE_GMAKE= yes
|
|
|
|
CAT1= xbmbrowser.0
|
|
|
|
.include <bsd.port.mk>
|