freebsd-ports/x11-wm/transset/Makefile
Niclas Zeising 2e3608691f x11-wm/transset: Update to 1.0.2
Summary of changes:
* Autoconf cleanup
* Fix signed/unsigned warnings
* Misc other code fixes
2018-05-10 10:42:26 +00:00

17 lines
311 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
PORTNAME= transset
PORTVERSION= 1.0.2
PORTEPOCH= 1
CATEGORIES= x11-wm
MAINTAINER= x11@FreeBSD.org
COMMENT= Make your windows transparent
XORG_CAT= app
USE_XORG= x11 xproto
PLIST_FILES= bin/transset man/man1/transset.1.gz
.include <bsd.port.mk>