summaryrefslogtreecommitdiff
path: root/mail/elm/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer>1998-01-23 12:19:45 +0000
committerbouyer <bouyer>1998-01-23 12:19:45 +0000
commitfe81d33ed6f9fa0c71da998fdce8a4d327b9da06 (patch)
tree02450b42a16a9d47cae4540e89894aa8633bc2a0 /mail/elm/Makefile
parentdcdef02ccbcc9e294fa9ff1ac25ad92f354aa428 (diff)
downloadpkgsrc-fe81d33ed6f9fa0c71da998fdce8a4d327b9da06.tar.gz
Import from FreeBSD ports
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r--mail/elm/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
new file mode 100644
index 00000000000..7cd9886d6a4
--- /dev/null
+++ b/mail/elm/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: elm
+# See also: http://www.ozone.fmi.fi/KEH/
+# Version required: 2.4.25.ME+32
+# Date created: 26 June 1995
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1998/01/23 12:19:45 bouyer Exp $
+#
+
+DISTNAME= elm-2.4ME+32
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
+ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
+ ftp://ftp.ibp.fr/pub/unix/mail/elm-me/
+
+MAINTAINER= ache@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/elm2.4.ME+.32
+MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
+ listalias.1 messages.1 newalias.1 printmail.1 readmsg.1
+
+HAS_CONFIGURE= Yes
+CONFIGURE_SCRIPT= Configure
+CONFIGURE_ENV= PREFIX="${PREFIX}"
+CONFIGURE_ARGS= -S
+
+post-install:
+ cd ${WRKSRC}/nls; ${MAKE} install
+ if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
+ ${INSTALL_DATA} \
+ ${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
+ else \
+ ${INSTALL_DATA} \
+ ${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
+ fi
+
+.include <bsd.port.mk>