1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/x11/gtk-theme-switch2/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

20 lines
403 B
Makefile

# Created by: Oleg Pudeyev <oleg@bsdpower.com>
# $FreeBSD$
PORTNAME= gtk-theme-switch
DISTVERSION= 2.0.0rc2
PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
MAINTAINER= oleg@bsdpower.com
COMMENT= Command line tool for switching GTK+ 2.0 themes
USES= gmake gnome pkgconfig xorg
USE_XORG= x11
USE_GNOME= gtk20
PLIST_FILES= bin/switch2 man/man1/switch2.1.gz
.include <bsd.port.mk>