mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtk-theme-switch
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.muhri.net/
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command line tool for switching GTK+ themes
|
|
|
|
USE_GNOME= gtk12
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}/README
|
|
|
|
.include <bsd.port.mk>
|