diff options
-rw-r--r-- | graphics/xbmbrowser/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile index dec96b69a65..d54cec556c9 100644 --- a/graphics/xbmbrowser/Makefile +++ b/graphics/xbmbrowser/Makefile @@ -3,23 +3,23 @@ # Date created: 06 September 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $NetBSD: Makefile,v 1.3 1998/01/30 13:57:17 agc Exp $ +# $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} +DISTNAME= xbmbrowser5.1 +PKGNAME= xbmbrowser-5.1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities -MAINTAINER= tg@FreeBSD.org +MAINTAINER= tg@FreeBSD.org -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm -USE_IMAKE= yes -USE_GMAKE= yes -CAT1=xbmbrowser.0 +USE_IMAKE= yes +USE_GMAKE= yes -.include <bsd.port.mk> +CAT1= xbmbrowser.0 +.include <bsd.port.mk> |