mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
25 lines
496 B
Makefile
25 lines
496 B
Makefile
|
# 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>
|