1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/misc/dtach/Makefile

35 lines
719 B
Makefile
Raw Normal View History

# New ports collection makefile for: dtach
# Date created: 21 Jun 2004
# Whom: bkhl@elektrubadur.se
#
# $FreeBSD$
#
PORTNAME= dtach
PORTVERSION= 0.7
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dtach
MAINTAINER= ports@FreeBSD.org
COMMENT= A small program that emulates the detach feature of screen
GNU_CONFIGURE= yes
ALL_TARGET= dtach
MAN1= dtach.1
PORTDOCS= COPYING README dtach.spec
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MANPREFIX}/man/man1
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>