aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/transset-df/Makefile
blob: 4334e92d14cb43330896f005fe10ed98bb3139ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Ports collection makefile for:    transset-df
# Date created:             2005-09-21
# Whom:                 Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#

PORTNAME=   transset-df
PORTVERSION=    5
CATEGORIES= x11-wm
MASTER_SITES=   http://forchheimer.se/transset-df/

MAINTAINER= andreas@syndrom23.de
COMMENT=    Make your windows transparent

USE_X_PREFIX=   yes
ALL_TARGET= transset-df
MAKE_ARGS=  CFLAGS="${CFLAGS}"
USE_GETOPT_LONG=yes

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>