freebsd-ports/ports-mgmt/portbrowser/Makefile
Pav Lucistnik 223584089d - Fix runtime warnings/errors
PR:		ports/116628
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by:	maintainer timeout (hrs; 6 months)
2008-04-04 14:04:11 +00:00

33 lines
766 B
Makefile

# New ports collection makefile for: portbrowser
# Date created: 8 November, 2004
# Whom: hrs
#
# $FreeBSD$
PORTNAME= portbrowser
PORTVERSION= 0.5.20050618
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= hrs
DISTNAME= pb-browser-current-20050618
#MASTER_SITES= http://www.bytelabs.org/
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
CFLAGS+= -DINDEXFILE=\\\"${PORTSDIR}/${INDEXFILE}\\\" \
-DPORTS_DIR=\\\"${PORTSDIR}\\\"
PLIST_FILES= bin/pbrowser
MAN1= pbrowser.1
post-patch:
@${REINPLACE_CMD} 's|gram-obsd.y|gram-fbsd.y|' \
${WRKSRC}/src/Makefile
.include <bsd.port.mk>