blob: 3eed661f91c2bad4a7be7460ad00ba144becb359 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: gtk-engines-collection
# Date created: 13 June 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk-engines-collection
PORTVERSION= 1.8
PORTREVISION= 7
CATEGORIES= x11-themes
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= The "meta-port" for the collection of several GTK+ theme engines
RUN_DEPENDS= ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-themes/gnome-look \
${THEMESBASE}/libpixmap.so:${PORTSDIR}/x11-themes/gtk-engines \
${THEMESBASE}/libthinice.so:${PORTSDIR}/x11-themes/thinice
THEMESBASE= ${LOCALBASE}/lib/gtk/themes/engines
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>
|