f15b57f2b8
bump all PKGNAMEs. OK jasper@
32 lines
656 B
Makefile
32 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.7 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "SMTP virus filter"
|
|
|
|
DISTNAME= clamsmtp-1.8
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://memberwebs.com/nielsen/software/clamsmtp/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
RUN_DEPENDS= ::security/clamav
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c pthread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/clamsmtp
|
|
${INSTALL_DATA} ${WRKSRC}/doc/clamsmtpd.conf \
|
|
${PREFIX}/share/examples/clamsmtp
|
|
|
|
.include <bsd.port.mk>
|