freebsd-ports/misc/dog/Makefile
Will Andrews a01d4b6f71 Add dog, an "enhanced" cat that supports reading from URL's.
PR:		18571
Submitted by:	Dan Piponi <dan@tanelorn.demon.co.uk>
2000-06-10 05:45:34 +00:00

23 lines
452 B
Makefile

# New ports collection makefile for: wmtop
# Date created: 15 May 2000
# Whom: Dan Piponi <wmtop@tanelorn.demon.co.uk>
#
# $FreeBSD$
PORTNAME= dog
PORTVERSION= 1.5
CATEGORIES= misc
MASTER_SITES= http://jl.photodex.com/dog/
MAINTAINER= dan@tanelorn.demon.co.uk
USE_GMAKE= yes
ALL_TARGET= dog
MAN1= dog.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dog ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/dog.1 ${PREFIX}/man/man1
.include <bsd.port.mk>