mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# New ports collection makefile for: autorespond
|
|
# Date created: 24 Jan 2000
|
|
# Whom: Neil Blakey-Milner <nbm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autorespond
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.inter7.com/vpopmail/
|
|
|
|
MAINTAINER= nbm@FreeBSD.org
|
|
|
|
do-build:
|
|
@cd ${WRKSRC} && ${MAKE} autorespond
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|