diff options
Diffstat (limited to 'misc/datedif/Makefile')
-rw-r--r-- | misc/datedif/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/datedif/Makefile b/misc/datedif/Makefile new file mode 100644 index 000000000000..1f82e0025254 --- /dev/null +++ b/misc/datedif/Makefile @@ -0,0 +1,22 @@ +# 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 + +ALL_TARGET= + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin + +.include <bsd.port.mk> |