openbsd-ports/misc/dvtm/Makefile
jasper 973fe8b5b4 - don't do silent builds
- don't strip binary unconditionally
- reformat DESCR
- regen patches

ok maintainer
2010-11-24 13:09:11 +00:00

28 lines
519 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/11/24 13:09:11 jasper Exp $
COMMENT= tiling window management for the console
DISTNAME= dvtm-0.6
REVISION= 0
CATEGORIES= misc
HOMEPAGE= http://www.brain-dump.org/projects/dvtm/
MAINTAINER= Emilien Gaspar <gapz@dud-t.org>
# MIT/X
# LGPL: madtty.c
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses util
MASTER_SITES= ${HOMEPAGE}
FAKE_FLAGS= DESTDIR=""
NO_REGRESS= Yes
.include <bsd.port.mk>