openbsd-ports/mail/p5-GetLive/Makefile

41 lines
964 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2011/04/19 14:51:41 jasper Exp $
COMMENT= automatically fetch hotmail.com email
2010-07-20 22:21:52 -04:00
DISTNAME= GetLive_0_59
PKGNAME= p5-GetLive-0.59
PKG_ARCH= *
REVISION= 0
CATEGORIES= mail perl5
EXTRACT_SUFX= .tgz
MAINTAINER= Michael Erdely <merdely@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=getlive/}
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= net/curl>=7.15.5 \
mail/procmail \
www/p5-URI
NO_BUILD= Yes
NO_REGRESS= Yes
post-patch:
@${SUBST_CMD} ${WRKSRC}/{GetLive.pl,Manual}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/GetLive.pl ${PREFIX}/bin/GetLive
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GetLive
${INSTALL_SCRIPT} ${WRKSRC}/{SmtpAuthForward,SmtpForward}.pl \
${PREFIX}/share/examples/GetLive/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/GetLive
${INSTALL_DATA} ${WRKSRC}/{License,Manual} ${PREFIX}/share/doc/GetLive
.include <bsd.port.mk>