9cd5a912dc
for the BSD ports system.
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# New ports collection makefile for: portbrowser
|
|
# Date created: 8 November, 2004
|
|
# Whom: hrs
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portbrowser
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.bytelabs.org/
|
|
DISTNAME= pb-browser-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Graphical frontend for the BSD ports system
|
|
|
|
USE_GNOME= gtk20
|
|
MAKE_ENV= MANDIR=${PREFIX}/man/man \
|
|
BINDIR=${PREFIX}/bin \
|
|
NOMANCOMPRESS=YES
|
|
PLIST_FILES= bin/pbrowser
|
|
|
|
MAN1= pbrowser.1
|
|
|
|
.include <bsd.port.mk>
|