mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# 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}
|
|
|
|
pre-build:
|
|
${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|