mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
b28f497285
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
19 lines
479 B
Makefile
19 lines
479 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/misc/gnome-devel-docs/Makefile 20031 2014-11-02 21:47:55Z kwm $
|
|
|
|
PORTNAME= gnome-devel-docs
|
|
PORTVERSION= 3.14.3
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Documents targeted for GNOME developers
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
USES= gettext-tools gmake pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|