aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wmdrawer/Makefile
blob: 7896e3e6ecc20c17331d30da8705bd8335a37c6d (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
# ex:ts=8
# Ports collection makefile for:    wmDrawer
# Date created:         Apr 6, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   wmdrawer
PORTVERSION=    0.9.17.1
PORTREVISION=   1
CATEGORIES= x11 windowmaker
MASTER_SITES=   http://people.easter-eggs.org/~valos/wmdrawer/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A dockapp which provides a drawer to launch applications

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

USE_X_PREFIX=   yes
USE_GNOME=  gtk20
USE_GMAKE=  yes
CFLAGS+=    -I${LOCALBASE}/include
MAKE_ENV=   LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" DOCSDIR=${DOCSDIR}

MANCOMPRESSED=  yes
MAN1=   wmdrawer.1x

.include <bsd.port.mk>