freebsd-ports/misc/dtach/Makefile

34 lines
671 B
Makefile
Raw Normal View History

2008-02-01 13:35:41 +01:00
# New ports collection makefile for: dtach
# Date created: 21 Jun 2004
# Whom: Bjorn Lindstrom <bkhl@elektrubadur.se>
#
# $FreeBSD$
#
PORTNAME= dtach
2008-02-01 13:35:41 +01:00
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= misc
2008-02-01 13:35:41 +01:00
MASTER_SITES= SF
MAINTAINER= rfarmer@predatorlabs.net
2008-02-01 13:35:41 +01:00
COMMENT= Emulates the detach feature of screen
GNU_CONFIGURE= yes
ALL_TARGET= dtach
MAN1= dtach.1
2008-02-01 13:35:41 +01:00
PORTDOCS= README
PLIST_FILES= bin/${PORTNAME}
do-install:
2008-02-01 13:35:41 +01:00
@${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MAN1PREFIX}/man/man1/
2008-02-01 13:35:41 +01:00
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>