aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/matwm2/Makefile
blob: f85a2a5b958f0153348b814ee7821e2031d2f39e (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
# New ports collection makefile for:   matwm2
# Date created:        09 September 2009
# Whom:                Mattis Michel <sic_zer0@hotmail.com>
#
# $FreeBSD$
#

PORTNAME=   matwm2
PORTVERSION=    0.1.0
CATEGORIES= x11-wm
MASTER_SITES=   http://www.squidjam.com/matwm/pub/

MAINTAINER= sic_zer0@hotmail.com
COMMENT=    A minimalistic, yet functional window manager for x11

USE_XORG=   x11 xext xinerama xft

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man

PLIST_FILES=    bin/matwm2
MAN1=   matwm2.1

.include <bsd.port.mk>