4e74162b8b
Approved by: novel (mentor)
25 lines
449 B
Makefile
25 lines
449 B
Makefile
# New ports collection makefile for: spfval
|
|
# Date created: 22 Jul 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spfval
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://spfval.codeshare.ca/files/
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= A SPF validator
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/spfval
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/spfval ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|