freebsd-ports/x11-wm/matwm2/Makefile
Alexey Dokuchaev dc6603d517 - Update to version 0.1.2pre3 [*]
- Define LICENSE (MIT)
- Drop leading indefinite article from COMMENT
- Trim Makefile header, minor cleanups
- Augment port description while here

PR:		ports/175473 [*]
Approved by:	maintainer
2013-01-29 06:48:28 +00:00

21 lines
470 B
Makefile

# Created by: Mattis Michel <sic_zer0@hotmail.com>
# $FreeBSD$
PORTNAME= matwm2
DISTVERSION= 0.1.2pre3
CATEGORIES= x11-wm
MASTER_SITES= http://www.squidjam.com/matwm/pub/
MAINTAINER= sic_zer0@hotmail.com
COMMENT= Minimalistic, yet functional window manager for X11
LICENSE= MIT
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man
USE_XORG= x11 xext xinerama xft
PLIST_FILES= bin/matwm2
MAN1= matwm2.1
.include <bsd.port.mk>