aboutsummaryrefslogblamecommitdiff
path: root/mail/autosig/Makefile
blob: 39a54e88cd83f0c1ad0a2abf9bdcddae095c8854 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
           



                       
                                               
 
                                 
                                                                     
 
                           

                                         
 
                        
                           


                           
                                                       

           
                                                                          

                      
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=	autosig
PORTVERSION=	2.3
CATEGORIES=	mail
MASTER_SITES=	http://www.irendi.com/~msharpe/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Random .signature generator with header file included

BROKEN=		unfetchable
DEPRECATED=	Unfetchable, unmaintained
EXPIRATION_DATE=	2019-10-16

MAKEFILE=	makefile
PLIST_FILES=	bin/autosig
ALL_TARGET=	${PORTNAME}

pre-build:
	${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>