1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/rdate/Makefile

23 lines
519 B
Makefile
Raw Normal View History

# New ports collection makefile for: rdate
# Date created: 19980128
# Whom: cracauer@cons.org "Martin Cracauer"
#
1999-08-31 02:00:46 +00:00
# $FreeBSD$
#
PORTNAME= rdate
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \
http://people.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>