summaryrefslogtreecommitdiff
path: root/sysutils/rdate/Makefile
blob: 9b062b2f32ca579d2ae6769aea5ed3c071079957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: rdate
# Version required:     ....
# Date created:         19980128
# Whom:                 cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#

DISTNAME=	rdate-1.0
CATEGORIES=     sysutils
MASTER_SITES=   http://www2.cons.org:8000/freebsd-distfiles/ \
		http://www.freebsd.org/~cracauer/freebsd-distfiles/

MAINTAINER=	cracauer@cons.org

MAN8=		rdate.8

post-install:
	$(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/sbin/.
	$(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/.

.include <bsd.port.mk>