freebsd-ports/misc/dog/Makefile
Steve Price c6c951676f Update to version 1.7 and update to reflect new maintainer.
PR:		24728
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
Approved by:	old maintainer
2001-02-26 04:32:43 +00:00

23 lines
456 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.7
CATEGORIES= misc
MASTER_SITES= http://jl.photodex.com/dog/
MAINTAINER= rooneg@electricjellyfish.net
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>