blob: a3d712393380490e3cebd294eff434dfb0201157 (
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
|
# ex:ts=8
# Ports collection makefile for: wmDrawer
# Date created: Apr 6, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wmdrawer
PORTVERSION= 0.9.17.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
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_GMAKE= yes
MAKE_ENV= DOCSDIR=${DOCSDIR}
MANCOMPRESSED= yes
MAN1= wmdrawer.1x
.include <bsd.port.mk>
|