24e362a2f6
While here set a proper LICENSE (dvtm is under MIT/X license). Changes: o compile fix for Mac OS X o optional beep on terminal bell (enable it per window with MOD+B) o the whole screen redraw command which is now by default associated with MOD+r reads the terminal size and adjust the working area accordingly
32 lines
891 B
Makefile
32 lines
891 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/08 06:28:22 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= dvtm-0.5.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
|
|
|
|
MAINTAINER= leot1990@users.sourceforge.net
|
|
HOMEPAGE= http://www.brain-dump.org/projects/dvtm/
|
|
COMMENT= Dynamic virtual terminal manager
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
USE_LANGUAGES= c99
|
|
USE_NCURSES= yes
|
|
|
|
SUBST_CLASSES+= makefile
|
|
SUBST_STAGE.makefile= pre-build
|
|
SUBST_MESSAGE.makefile= Fixing config.mk
|
|
SUBST_FILES.makefile= config.mk
|
|
SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g'
|
|
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
|
|
SUBST_SED.makefile+= -e 's,^CFLAGS =,CFLAGS +=,'
|
|
SUBST_SED.makefile+= -e 's,^LDFLAGS =,LDFLAGS +=,'
|
|
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/ncursesw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|