freebsd-ports/devel/gnome2-devel/Makefile
Joe Marcus Clarke 5d38a80ecd Add gnome2-devel. This is a meta-port for building the GNOME 2.0 API
without the desktop.  This will allow you to run GNOME 2.0 applications
along side the GNOME 1.4 desktop.
2002-05-24 02:46:01 +00:00

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>