mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
25 lines
539 B
Makefile
25 lines
539 B
Makefile
|
# 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>
|