summaryrefslogtreecommitdiff
path: root/misc/dog/Makefile
blob: ef39726a5e79bfd6d125944a1efeb60820cca8d6 (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
# 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>