summaryrefslogblamecommitdiff
path: root/misc/acron/Makefile
blob: ea43eb4fda2f686bf1275bb0b141d312a4c19e99 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                                   
                                                        
 
           

 

                     

                                                  
                           

                    
                                 
                                                      
 
                   
                                                    

           
                                                                            


                                                       
                                                         


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

PORTNAME=	acron
PORTVERSION=	1.0
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.cs.uni-sb.de/pub/others/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Database of acronyms and abbreviations

NO_BUILD=	yes
PLIST_FILES=	bin/whats bin/acron share/misc/acron

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