openbsd-ports/mail/cue/Makefile
jasper 175be193eb - update cue to 20090209
- add patch from netbsd to fix the build after the openssl update..

ok sthen@
2010-10-03 21:40:42 +00:00

39 lines
874 B
Makefile

# $OpenBSD: Makefile,v 1.16 2010/10/03 21:40:42 jasper Exp $
COMMENT= mh-e like mail user agent
V= 20090209
DISTNAME= cue-snap-$V
PKGNAME= cue-$V
CATEGORIES= mail
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto z
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS= --enable-ipv6 \
--without-canna \
--with-openssl=/usr \
--disable-pgpmime
MAKE_FLAGS= CC='${CC}'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cue
${INSTALL_DATA} ${WRKSRC}/sample.cuerc ${PREFIX}/share/examples/cue
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cue
${INSTALL_DATA} ${WRKSRC}/cue.hlp ${PREFIX}/share/doc/cue
NO_REGRESS= Yes
.include <bsd.port.mk>