mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkchtheme
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/
|
|
DISTNAME= gtk-chtheme-${PORTVERSION}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= GTK2 theme changer
|
|
|
|
USE_BZIP2= yes
|
|
USES= gmake pkgconfig
|
|
USE_GNOME= gtk20
|
|
|
|
PLIST_FILES= bin/gtk-chtheme \
|
|
man/man1/gtk-chtheme.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|