5d38a80ecd
without the desktop. This will allow you to run GNOME 2.0 applications along side the GNOME 1.4 desktop.
28 lines
617 B
Makefile
28 lines
617 B
Makefile
# New ports collection makefile for: gnome2-devel
|
|
# Date created: 21 May 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome2-devel
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
RUN_DEPENDS= intltool-merge:${PORTSDIR}/textproc/intltool \
|
|
gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon
|
|
LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \
|
|
gail-gnome.0:${PORTSDIR}/x11-toolkits/libgail-gnome
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|