blob: 35587d09327d85afcd2e50b0593fea502311ddf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: bpm
# Date created: 23 July 2004
# Whom: sethk
#
# $FreeBSD$
#
PORTNAME= bpm
PORTVERSION= 0.4.1b
PORTREVISION= 4
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>
|