diff options
Diffstat (limited to 'misc/acron/Makefile')
-rw-r--r-- | misc/acron/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile new file mode 100644 index 0000000..942fbed --- /dev/null +++ b/misc/acron/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: acron +# Version required: 1.2.4 +# Date created: 13 Dec 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= acron +PKGNAME= acron-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.ORG + +NO_CONFIGURE= yes +NO_BUILD= yes + +post-patch: + @/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|g;" ${WRKSRC}/whats + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin + ln -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron + ${INSTALL_DATA} ${WRKSRC}/acron ${PREFIX}/share/misc + +.include <bsd.port.mk> |