blob: d26cc16123ea8ae5ea8600fde91394e63567a667 (
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
|
# Ports collection Makefile for: gnomepm
# Date created: 16 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomepm
PORTVERSION= 0.9.0
CATEGORIES= misc gnome
MASTER_SITES= http://www.geocities.com/lordzephyroth/
DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
ghttp.1:${PORTSDIR}/www/libghttp
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
USE_X_PREFIX= yes
MAKE_ENV= MKDIR="${MKDIR}"
.include <bsd.port.mk>
|