mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a50ef629ed
This little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration there's a large variety of widgets. It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original.
30 lines
647 B
Makefile
30 lines
647 B
Makefile
# New ports collection makefile for: gtkchtheme
|
|
# Date created: 18 June 2004
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkchtheme
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://plasmasturm.org/programs/gtk-chtheme/
|
|
DISTNAME= gtk-chtheme-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK2 theme changer
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gnomeprefix gtk20
|
|
|
|
PLIST_FILES= bin/gtk-chtheme
|
|
MAN1= gtk-chtheme.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|