openbsd-ports/mail/prepop/Makefile
naddy a9742e3601 Import of prepop 0.1b7.
Submitted by Patroklos Argyroudis <argp@bsd.gr>.

prepop is a simple "online" POP3 email client.  It's a complementing
email client doing some of the things your ordinary email client
should have handled in the first place.
2001-08-30 15:25:55 +00:00

38 lines
875 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/08/30 15:25:55 naddy Exp $
COMMENT= "simple interactive POP3 client"
DISTNAME= prepop-0.1b7
CATEGORIES= mail
NEED_VERSION= 1.448
HOMEPAGE= http://www.rundegren.com/software/prepop/
MAINTAINER= Patroklos Argyroudis <argp@bsd.gr>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
# master site doesn't interop with ftp
FETCH_DEPENDS= curl::net/curl
FETCH_CMD= curl
FETCH_BEFORE_ARGS= -O
MAKE_FLAGS= \
CC='${CXX}' \
CFLAGS='${CFLAGS} -c -DVERSION="$${VERSION}" -DDATE="$${DATE}"' \
LDFLAGS='-lreadline -ltermcap'
ALL_TARGET= compile link
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/prepop ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/prepop
${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/prepop
.include <bsd.port.mk>