freebsd-ports/misc/datedif/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

25 lines
487 B
Makefile

# ex:ts=8
# New ports collection makefile for: datedif
# Date created: Jun 16, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= datedif
PORTVERSION= 0.9.1.4
CATEGORIES= misc
MASTER_SITES= http://buschencrew.hypermart.net/software/datedif/
DISTNAME= ${PORTNAME}-0.9.1-4
MAINTAINER= ports@FreeBSD.org
COMMENT= Calculates the number of days between two dates
ALL_TARGET=
PLIST_FILES= bin/datedif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin
.include <bsd.port.mk>