1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/xtail/Makefile

26 lines
536 B
Makefile
Raw Normal View History

# New ports collection makefile for: xtail
# Date created: 20 January 1999
# Whom: gmarco@giovannelli.it
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= xtail
PORTVERSION= 2.1
CATEGORIES= misc
MASTER_SITES= http://www.unicom.com/sw/xtail/ \
http://www.giovannelli.it/~gmarco/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= gmarco@giovannelli.it
HAS_CONFIGURE= yes
MAN1= xtail.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
.include <bsd.port.mk>