freebsd-ports/x11-themes/gtk-engines-collection/Makefile
Baptiste Daroussin b3778bfc2a Deprecate gtk12 themes which doesn't have anymore public distfiles.
Remove them from the gtk-engines-collections

Approved by:	olgeni@FreeBSD.org (maintainer)
2011-11-03 12:26:09 +00:00

29 lines
730 B
Makefile

# 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>