mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2b836a77b6
Reported by: portscout via miwi
30 lines
741 B
Makefile
30 lines
741 B
Makefile
# New ports collection makefile for: dvtm
|
|
# Date created: May 18, 2008
|
|
# Whom: Beat Gätzi <beat@chruetertee.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dvtm
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/
|
|
|
|
MAINTAINER= beat@FreeBSD.org
|
|
COMMENT= Tiling window management for the console
|
|
|
|
MAN1= dvtm.1
|
|
PLIST_FILES= bin/dvtm bin/dvtm-status
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "You can build dvtm with your own config.h using the DVTM_CONF knob:"
|
|
@${ECHO_MSG} "make DVTM_CONF=/path/to/dvtm/config.h install clean"
|
|
|
|
post-extract:
|
|
.if defined(DVTM_CONF)
|
|
@${ECHO_MSG} "creating config.h from ${DVTM_CONF}"
|
|
@${CP} ${DVTM_CONF} ${WRKSRC}/config.h
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|