summaryrefslogblamecommitdiff
path: root/misc/acron/Makefile
blob: ea7f1f81345ec618790a55bfa9319fb8d7ffbfd6 (plain) (tree)
1
2
3
4
5
6


                                             
                                                        
 
           







                                                  
                                 
 


                   
                                                                       


                                                       
                                                         


                                                            
# New ports collection makefile for:    acron
# Version required:     1.2.4
# Date created:         13 Dec 1997
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

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_BUILD=	yes

post-patch:
	@${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>