1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-wm/transset/Makefile
Alexey Dokuchaev 337c6aaa1c x11-wm/transset: set LICENSE knobs and drop GNU_CONFIGURE_MANPREFIX
... which is the default manpage location as of commit 9fd7ee1cdf.

PR:		279113 (modified)
Submitted by:	Chris Hutchinson
2024-05-18 06:06:12 +00:00

20 lines
372 B
Makefile

PORTNAME= transset
PORTVERSION= 1.0.2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-wm
MAINTAINER= x11@FreeBSD.org
COMMENT= Make your windows transparent
WWW= https://forchheimer.se/transset-df/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xorgproto
PLIST_FILES= bin/transset share/man/man1/transset.1.gz
.include <bsd.port.mk>