blob: 39a54e88cd83f0c1ad0a2abf9bdcddae095c8854 (
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
25
26
|
# 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>
|