mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
a1b222e2b6
* Replace all instances of GNOME 2.0 with GNOME 2
29 lines
582 B
Makefile
29 lines
582 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.2.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= The "meta-port" for the GNOME 2 development API
|
|
|
|
RUN_DEPENDS= intltool-merge:${PORTSDIR}/textproc/intltool \
|
|
gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon
|
|
|
|
NO_BUILD= yes
|
|
USE_GNOME= libgnomeprintui gail
|
|
|
|
USE_PYTHON= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|