1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11-wm/matwm2/Makefile
Vanilla I. Shu c89af60083 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-23 03:06:15 +00:00

21 lines
480 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 man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>