freebsd-ports/x11/gtk-theme-switch2/Makefile
Mario Sergio Fujikawa Ferreira a70230aec6 Deploy USE_GNOMENG infrastructure
PR:		42283
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:37:37 +00:00

29 lines
581 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= 1.0.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
MAINTAINER= sobomax@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_GMAKE= yes
MAN1= gtk-theme-switch.1
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/gtk-theme-switch
${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README
.endif
.include <bsd.port.mk>