1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/xtail/Makefile

25 lines
496 B
Makefile
Raw Normal View History

# 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>