mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
644 B
Makefile
27 lines
644 B
Makefile
|
# 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>
|