1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/ports-mgmt/bpm/Makefile
Adam Weinberger 7e42812033 Fix build on current in some situations.
Submitted by:	krion
2004-08-24 14:18:53 +00:00

25 lines
467 B
Makefile

# New ports collection makefile for: bpm
# Date created: 23 July 2004
# Whom: sethk
#
# $FreeBSD$
#
PORTNAME= bpm
PORTVERSION= 0.4.1b
CATEGORIES= sysutils
MASTER_SITES= http://www.meowfishies.com/code/bpm/
EXTRACT_SUFX= .tgz
MAINTAINER= sethk@meowfishies.com
COMMENT= A graphical BSD ports collection manager
RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade
USE_X_PREFIX= yes
USE_GNOME= gtk20
MAKE_ENV+= OSTYPE="${OPSYS}"
.include <bsd.port.mk>