2005-10-17 07:07:37 +00:00
|
|
|
# Ports collection makefile for: transset-df
|
|
|
|
# Date created: 2005-09-21
|
|
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= transset-df
|
2006-01-11 10:42:27 +00:00
|
|
|
PORTVERSION= 5
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2005-10-17 07:07:37 +00:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= http://forchheimer.se/transset-df/
|
|
|
|
|
2007-03-12 10:07:17 +00:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-10-17 07:07:37 +00:00
|
|
|
COMMENT= Make your windows transparent
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
ALL_TARGET= transset-df
|
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
2006-01-10 12:47:29 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
2005-10-17 07:07:37 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/transset-df
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${X_WINDOW_SYSTEM:L} != xorg
|
|
|
|
IGNORE= requires X.Org; install x11/xorg and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|