aboutsummaryrefslogblamecommitdiff
path: root/mail/autosig/Makefile
blob: ce2517443e2965eaa053615a01379fad2ba76c95 (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=	leeym@FreeBSD.org
COMMENT=	A random .signature generator with header file included

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

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

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

.include <bsd.port.mk>