mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
24 lines
421 B
Makefile
24 lines
421 B
Makefile
COMMENT= manage opacity property of windows, extended version
|
|
|
|
DISTNAME= transset-df-6
|
|
REVISION= 3
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.forchheimer.se/transset-df/
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xrender c m \
|
|
xcb
|
|
|
|
SITES= ${HOMEPAGE}
|
|
|
|
NO_TEST= Yes
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|