mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
29 lines
639 B
Makefile
29 lines
639 B
Makefile
|
# 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>
|