summaryrefslogtreecommitdiff
path: root/x11-wm/transset/Makefile
blob: 46e9d1aa18cedb66e4f64037618569e5430659e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$

PORTNAME=	transset
PORTVERSION=	1.0.1
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	x11-wm

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Make your windows transparent

XORG_CAT=	app
USE_XORG=	x11 xproto
MAKE_JOBS_SAFE=	yes

MAN1=		transset.1
PLIST_FILES=	bin/transset

.include <bsd.port.mk>