1999-04-01 23:28:59 -05:00
|
|
|
# New ports collection makefile for: xtail
|
|
|
|
# Date created: 20 January 1999
|
1999-11-12 16:04:56 -05:00
|
|
|
# Whom: gmarco@giovannelli.it
|
1999-04-01 23:28:59 -05:00
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1999-04-01 23:28:59 -05:00
|
|
|
#
|
|
|
|
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTNAME= xtail
|
2000-09-19 14:30:27 -04:00
|
|
|
PORTVERSION= 2.1
|
1999-04-01 23:28:59 -05:00
|
|
|
CATEGORIES= misc
|
2000-09-19 14:30:27 -04:00
|
|
|
MASTER_SITES= http://www.unicom.com/sw/xtail/ \
|
2001-02-14 15:19:44 -05:00
|
|
|
http://www.giovannelli.it/~gmarco/files/
|
2000-09-19 14:30:27 -04:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
1999-04-01 23:28:59 -05:00
|
|
|
|
1999-11-12 16:04:56 -05:00
|
|
|
MAINTAINER= gmarco@giovannelli.it
|
1999-04-01 23:28:59 -05:00
|
|
|
|
2000-09-19 14:30:27 -04:00
|
|
|
HAS_CONFIGURE= yes
|
1999-04-01 23:28:59 -05:00
|
|
|
|
|
|
|
MAN1= xtail.1
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|