mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: rdate
|
|
# Date created: 19980128
|
|
# Whom: cracauer@cons.org "Martin Cracauer"
|
|
#
|
|
# $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>
|