b3778bfc2a
Remove them from the gtk-engines-collections Approved by: olgeni@FreeBSD.org (maintainer)
29 lines
730 B
Makefile
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>
|