1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/xtail/Makefile
2000-04-14 08:49:30 +00:00

25 lines
483 B
Makefile

# New ports collection makefile for: xtail
# Date created: 20 January 1999
# Whom: gmarco@giovannelli.it
#
# $FreeBSD$
#
PORTNAME= xtail
PORTVERSION= 0.1
CATEGORIES= misc
MASTER_SITES= http://www.giovannelli.it/~gmarco/files/
DISTNAME= ${PORTNAME}
MAINTAINER= gmarco@giovannelli.it
NO_WRKSUBDIR= yes
MAN1= xtail.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
.include <bsd.port.mk>