aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gtk-theme-switch2/Makefile
blob: 86e66b0fa0a16c561440ab6a614e65161dddaf97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    gtk-theme-switch
# Date Created:             24 July 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gtk-theme-switch
PORTVERSION=    0.3
CATEGORIES= x11
MASTER_SITES=   http://www.muhri.net/

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS=    ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk

USE_X_PREFIX=   yes

.if !defined(NOPORTDOCS)
post-install:
    ${MKDIR} ${PREFIX}/share/gtk-theme-switch
    ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/gtk-theme-switch
.endif

.include <bsd.port.mk>