blob: ff027d3952e685f5ed29e06e7c2e3c43c0ee8647 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xtail
# Version required: 0.1
# Date created: 20 January 1999
# Whom: gmarco@scotty.masternet.it
#
# $Id$
#
DISTNAME= xtail
PKGNAME= xtail-0.1
CATEGORIES= misc
MASTER_SITES= http://www.giovannelli.it/~gmarco/files/
MAINTAINER= freebsd@scotty.masternet.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>
|