mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
337c6aaa1c
... which is the default manpage location as of commit 9fd7ee1cdf
.
PR: 279113 (modified)
Submitted by: Chris Hutchinson
20 lines
372 B
Makefile
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>
|