1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/x11/gtk-theme-switch/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

26 lines
490 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtk-theme-switch
PORTVERSION= 1.0.1
PORTREVISION= 9
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
PKGNAMESUFFIX= 1
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line tool for switching GTK+ themes
LICENSE= GPLv2
USE_GNOME= gtk12
USES= gmake
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}/README
.include <bsd.port.mk>