aboutsummaryrefslogtreecommitdiffstats
path: root/mail/autosig/Makefile
blob: 61836121de428cdaab60110f161f44f5cca04ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

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>