freebsd-ports/x11-wm/transset-df/Makefile
Martin Wilke 5840d29c60 - Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
2008-03-21 15:33:07 +00:00

28 lines
589 B
Makefile

# Ports collection makefile for: transset-df
# Date created: 2005-09-21
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#
PORTNAME= transset-df
PORTVERSION= 6
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://forchheimer.se/transset-df/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Make your windows transparent
ALL_TARGET= transset-df
MAKE_ARGS= CFLAGS="${CFLAGS}"
USE_XORG= x11 xfixes xcomposite xrender xdamage
PLIST_FILES= bin/transset-df
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
.include <bsd.port.post.mk>