mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
26 lines
490 B
Makefile
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>
|