1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11/gtkchtheme/Makefile
2024-01-09 13:47:17 +01:00

26 lines
627 B
Makefile

PORTNAME= gtkchtheme
PORTVERSION= 0.3.1
PORTREVISION= 13
CATEGORIES= x11
MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/
DISTNAME= gtk-chtheme-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 theme changer
WWW= http://plasmasturm.org/programs/gtk-chtheme/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake gnome pkgconfig tar:bzip2
USE_GNOME= gtk20
PLIST_FILES= bin/gtk-chtheme \
share/man/man1/gtk-chtheme.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>