No regression tests available.

This commit is contained in:
naddy 2002-10-27 17:21:39 +00:00
parent f862f232c5
commit 26e34fa97b
30 changed files with 105 additions and 64 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.18 2002/10/27 17:21:39 naddy Exp $
COMMENT= "complain about SPAM"
DISTNAME= adcomplain-3.52
CATEGORIES= mail news
NEED_VERSION= 1.515
MASTER_SITES= http://www.rdrop.com/users/billmc/
DISTFILES= adcomplain.pl.uu
@ -18,6 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2002/05/13 23:31:25 espie Exp $
# $OpenBSD: Makefile,v 1.18 2002/10/27 17:21:39 naddy Exp $
COMMENT= "biff-type program, designed to match AfterStep"
DISTNAME= asmail-0.56
CATEGORIES= mail
NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asmail/} \
ftp://gates.enemy.at/pub/
@ -27,6 +27,8 @@ post-patch:
${WRKSRC}/sample.asmailrc > ${WRKSRC}/sample.asmailrc.new
@mv ${WRKSRC}/sample.asmailrc.new ${WRKSRC}/sample.asmailrc
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/X11/pixmaps/cloud-e
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asmail

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2002/10/27 17:10:23 lebel Exp $
# $OpenBSD: Makefile,v 1.3 2002/10/27 17:21:39 naddy Exp $
COMMENT= "easy to use bayesonian spam filter"
DISTNAME= bmf-0.9.4
@ -24,6 +24,8 @@ INSTALL_TARGET= MANDIR=${PREFIX}/man \
MAKE_ENV= CC="${CC}"
DOCS= README
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bmf
${INSTALL_DATA} ${WRKSRC}/${DOCS} ${PREFIX}/share/doc/bmf

View File

@ -3,14 +3,14 @@
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.10 2001/05/06 01:45:57 lebel Exp $
# $OpenBSD: Makefile,v 1.11 2002/10/27 17:21:39 naddy Exp $
#
COMMENT= "speed mail delivery by sorting & batching addresses"
DISTNAME= bulk_mailer-1.13
CATEGORIES= mail
NEED_VERSION= 1.402
MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/
HOMEPAGE= http://www.cs.utk.edu/~moore/software.html
@ -24,4 +24,6 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.18 2002/10/27 17:21:39 naddy Exp $
COMMENT= "Cubic Circle's POP3 daemon"
DISTNAME= cucipop-1.31
CATEGORIES= mail
NEED_VERSION= 1.515
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/
MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
@ -24,6 +24,8 @@ post-patch:
mv ${f}.new ${f}
.endfor
NO_REGRESS= Yes
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} cucipop makevpopdb ${PREFIX}/libexec
cd ${WRKSRC}; ${INSTALL_MAN} cucipop.8 makevpopdb.8 ${PREFIX}/man/man8

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.16 2002/10/27 17:21:39 naddy Exp $
COMMENT= "once-popular mail user agent"
DISTNAME= elm-2.4ME+66
CATEGORIES= mail
NEED_VERSION= 1.515
MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/
MAINTAINER= Paul Janzen <pjanzen@openbsd.org>
@ -32,6 +32,9 @@ post-configure:
@perl -pi.bak -e 's,\$${DESTDIR},,g;' \
${WRKBUILD}/config.h ${WRKBUILD}/hdrs/sysdefs.h \
${WRKBUILD}/utils/{checkalias,listalias,messages,printmail}
NO_REGRESS= Yes
post-install:
@cd ${WRKSRC}/nls; make install
if [ -f ${PREFIX}/lib/elm.mimetypes ]; then \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2001/12/29 12:55:08 peter Exp $
# $OpenBSD: Makefile,v 1.33 2002/10/27 17:21:39 naddy Exp $
COMMENT= "flexible mail transfer agent"
@ -6,7 +6,7 @@ VERSION= 3.34
VERSION_DOC= 3.30
DISTNAME= exim-${VERSION}
CATEGORIES= mail
NEED_VERSION= 1.502
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
ftp://ftp.exim.org/pub/exim/exim3/ \
ftp://ftp.fu-berlin.de/unix/mail/exim/exim3/
@ -66,6 +66,7 @@ EXIM_LOOKUP_LIBS+= -L${LOCALBASE}/lib -lpq
EXIM_MAKECAT+= "SUPPORT_TLS=yes\nTLS_LIBS=-lssl -lcrypto\n"
.endif
NO_REGRESS= Yes
do-configure:
@mkdir -p ${WRKSRC}/Local

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2002/06/14 20:29:02 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2002/10/27 17:21:39 naddy Exp $
COMMENT= "Tcl/Tk-based interface to the MH mail system"
DISTNAME= exmh-2.5
CATEGORIES= mail
NEED_VERSION= 1.515
HOMEPAGE= http://www.beedub.com/exmh/
MAINTAINER= Michael Paddon <michael@paddon.org>
@ -22,6 +21,7 @@ RUN_DEPENDS= :expect-*:lang/expect\
:tk-8.3.*:x11/tk/8.3
USE_X11= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_SCRIPT} ${WRKBUILD}/exmh ${PREFIX}/bin/exmh

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.15 2002/10/27 17:21:39 naddy Exp $
COMMENT= "visual mail, user and print face server"
DISTNAME= faces-1.6.1
CATEGORIES= mail
NEED_VERSION= 1.515
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
@ -24,4 +23,6 @@ MAN3= compface.3
post-extract:
@cd ${WRKSRC} && cp Makefile.dist Makefile
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.88 2002/10/18 20:31:21 fgsch Exp $
# $OpenBSD: Makefile,v 1.89 2002/10/27 17:21:39 naddy Exp $
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
@ -25,6 +25,8 @@ CONFIGURE_ARGS= --disable-nls --enable-inet6 --with-ssl \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
DOCS= FAQ NOTES FEATURES README COPYING fetchmail-FAQ.html \
fetchmail-features.html design-notes.html todo.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/21 19:07:34 naddy Exp $
# $OpenBSD: Makefile,v 1.2 2002/10/27 17:21:39 naddy Exp $
COMMENT= "POP3 mail retriever"
@ -21,6 +21,7 @@ PYTHON_VER= 2.2
RUN_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
NO_BUILD= Yes
NO_REGRESS= Yes
DOCDIR= ${PREFIX}/share/doc/getmail

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2002/09/03 23:22:50 brad Exp $
# $OpenBSD: Makefile,v 1.17 2002/10/27 17:21:39 naddy Exp $
# $NetBSD: Makefile,v 1.3 2000/01/10 14:35:22 hubertf Exp $
# $FreeBSD: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp $
@ -38,6 +38,8 @@ LIB_DEPENDS= gdbm.::databases/gdbm
CONFIGURE_ARGS+=--without-gdbm
.endif
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/src/hypermail ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hypermail

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2002/10/25 07:43:35 jakob Exp $
# $OpenBSD: Makefile,v 1.31 2002/10/27 17:21:39 naddy Exp $
COMMENT= University of Washington IMAP4rev1/POP2/POP3 mail servers
COMMENT-mailutil= University of Washington IMAP4rev1/POP2/POP3 mail utility
@ -38,6 +38,8 @@ MAKE_FLAGS+= SSLTYPE="nopwd"
MAKE_FLAGS+= SSLTYPE="unix"
.endif
NO_REGRESS= Yes
DOCDIR= share/doc/imap-uw
DOCFILES= FAQ.txt FAQ.html commndmt.txt drivers.txt formats.txt \
imaprc.txt md5.txt naming.txt RELNOTES

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2002/04/25 07:41:07 dhartmei Exp $
# $OpenBSD: Makefile,v 1.10 2002/10/27 17:21:39 naddy Exp $
COMMENT= "mailing list manager"
DISTNAME= majordomo-1.94.5
CATEGORIES= mail
NEED_VERSION= 1.515
HOMEPAGE= http://www.greatcircle.com/majordomo/
@ -29,6 +28,8 @@ MAKE_FLAGS+= W_HOME=${PREFIX}/lib/majordomo \
W_MAJORDOMO_CF=majordomo.cf \
POSIX=""
NO_REGRESS= Yes
FAKE_TARGET= install-scripts install-wrapper install-man
FAKE_FLAGS+= W_HOME=${WRKINST}${PREFIX}/lib/majordomo \
MAN=${WRKINST}${PREFIX}/man \

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.16 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.17 2002/10/27 17:21:39 naddy Exp $
COMMENT= "MIME implementation"
DISTNAME= mm2.7
PKGNAME= metamail-2.7
CATEGORIES= mail
NEED_VERSION= 1.515
MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/
EXTRACT_SUFX= .tar.Z
@ -14,7 +14,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/${DISTNAME}/src
WRKDIST= ${WRKDIR}/${DISTNAME}/src
NO_REGRESS= Yes
pre-install:
@cd ${WRKSRC}/bin && rm -f *.orig

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2002/09/30 00:48:41 pvalchev Exp $
# $OpenBSD: Makefile,v 1.20 2002/10/27 17:21:39 naddy Exp $
COMMENT= "new MH mail handling program"
@ -19,4 +19,6 @@ CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
--with-krb4=/usr \
--enable-nmh-pop
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,15 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2002/03/21 21:09:17 espie Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
# $OpenBSD: Makefile,v 1.19 2002/10/27 17:21:39 naddy Exp $
COMMENT= "PGP sign/encrypt/decrypt messages automatically"
#BROKEN= rethink mailwrapper mechanism
#BROKEN= bombs in the fake process.
DISTNAME= PGPsendmail-v1.4.5
PKGNAME= pgpsendmail-1.4.5
CATEGORIES= mail
NEED_VERSION= 1.515
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/people/rgooch/ \
ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/
@ -19,13 +15,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS += ::security/pgp
BUILD_DEPENDS= ::security/pgp
FAKE_FLAGS=MANDIR=${WRKINST}${PREFIX}/man
WRKDIST= ${WRKDIR}/pgpsendmail
INSTALL_TARGET= all_install
FAKE_FLAGS= MANDIR=${WRKINST}${PREFIX}/man
WRKDIST= ${WRKDIR}/pgpsendmail
INSTALL_TARGET= all_install
MAN1= pgppipe.1 sendpgppass.1
MAN8= pgpsendmail.8 pgpdaemon.8
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2002/05/08 18:32:02 millert Exp $
# $OpenBSD: Makefile,v 1.19 2002/10/27 17:21:39 naddy Exp $
COMMENT= "server: allow users to change password from within Eudora"
DISTNAME= poppassd-4.0
DISTFILES= pwserve-4
CATEGORIES= mail
NEED_VERSION= 1.515
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/password/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
@ -20,7 +20,9 @@ EXTRACT_CASES= pwserve-4) ${_PERL_FIX_SHAR} ${FULLDISTDIR}/$$archive | /bin/sh;;
WRKDIST= ${WRKDIR}/poppassd
ALL_TARGET= poppassd
ALL_TARGET= poppassd
NO_REGRESS= Yes
post-install:
@strip ${PREFIX}/libexec/poppassd

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.3 2002/10/27 17:21:39 naddy Exp $
COMMENT= "client to perform simple tasks with a POP3/IMAP server"
DISTNAME= poppy-3.1
CATEGORIES= mail
NEED_VERSION= 1.515
HOMEPAGE= http://home.sprynet.com/~cbagwell/projects.html
@ -18,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://home.sprynet.com/~cbagwell/
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.18 2002/09/07 19:09:05 jakob Exp $
# $OpenBSD: Makefile.inc,v 1.19 2002/10/27 17:21:39 naddy Exp $
COMMENT= fast, secure sendmail replacement
@ -29,6 +29,8 @@ MAKE_AUXLIBS?=
ALL_TARGET= default
NO_REGRESS= Yes
FLAVORS+= pcre sasl ldap mysql
.if defined(TLSVERSION)
FLAVORS+= tls

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2002/05/11 00:31:22 espie Exp $
# $OpenBSD: Makefile,v 1.6 2002/10/27 17:21:39 naddy Exp $
COMMENT= "simple interactive POP3 client"
DISTNAME= prepop-0.1b7
CATEGORIES= mail
NEED_VERSION= 1.515
HOMEPAGE= http://www.rundegren.com/software/prepop/
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
@ -24,6 +24,8 @@ MAKE_FLAGS= \
ALL_TARGET= compile link
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/prepop ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/prepop

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2002/01/04 00:54:36 brad Exp $
# $OpenBSD: Makefile,v 1.24 2002/10/27 17:21:39 naddy Exp $
COMMENT= "filtering local mail delivery agent"
DISTNAME= procmail-3.22
CATEGORIES= mail
NEED_VERSION= 1.500
MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
ftp://ftp.psg.com/pub/unix/procmail/ \
ftp://ftp.ucsb.edu/pub/mirrors/procmail/ \
@ -38,6 +38,8 @@ CFLAGS+= -DLMTP
MAKE_FLAGS= BASENAME="${PREFIX}" CFLAGS0="${CFLAGS}" LOCKINGTEST="110"
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/procmail
cd ${WRKBUILD}/new && \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2002/05/11 00:31:22 espie Exp $
# $OpenBSD: Makefile,v 1.3 2002/10/27 17:21:39 naddy Exp $
COMMENT= "simple SMTP client"
DISTNAME= smtpclient-1.0.0
CATEGORIES= mail
NEED_VERSION= 1.402
HOMEPAGE= http://www.engelschall.com/sw/smtpclient/
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
@ -18,4 +18,6 @@ MASTER_SITES= ${HOMEPAGE}distrib/
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2002/09/20 01:54:42 lebel Exp $
# $OpenBSD: Makefile,v 1.3 2002/10/27 17:21:40 naddy Exp $
COMMENT= "POP3-server virtual domain support"
@ -20,5 +20,7 @@ MASTER_SITES= ftp://www.toontown.org/pub/teapop/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-flock
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2001/09/04 05:27:48 kevlo Exp $
# $OpenBSD: Makefile,v 1.15 2002/10/27 17:21:40 naddy Exp $
COMMENT= "mail user agent for X in C with a Tcl/Tk frontend"
DISTNAME= tkrat-2.0.3
CATEGORIES= mail x11
NEED_VERSION= 1.448
HOMEPAGE= http://www.tkrat.org/
@ -26,6 +25,8 @@ CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${LOCALBASE}/include/tcl8.3 \
${LOCALBASE}/include/tk8.3"
NO_REGRESS= Yes
DOCS= CONFIGURATION doc/interface doc/userproc.example doc/userprocs
post-install:

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2002/08/20 17:49:53 lebel Exp $
# $OpenBSD: Makefile,v 1.18 2002/10/27 17:21:40 naddy Exp $
COMMENT= "reduce the amount of SPAM/UCE (junk-mail)"
VERSION= 0.61
DISTNAME= tmda-${VERSION}
CATEGORIES= mail
NEED_VERSION= 1.503
HOMEPAGE= http://tmda.sourceforge.net/
# BSD-style
@ -24,6 +24,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PYTHON_VER= 2.1
PYTHON_LIBDIR= lib/python${PYTHON_VER}
SUBST_VARS= PYTHON_VER
NO_REGRESS= Yes
do-build:
@cd ${WRKSRC} && ${LOCALBASE}/bin/python${PYTHON_VER} -c \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.13 2002/10/27 17:21:40 naddy Exp $
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
#
@ -7,7 +7,6 @@ COMMENT= "verify email addresses and mailing lists"
DISTNAME= vrfy_990522
PKGNAME= vrfy-99.05.22
CATEGORIES= mail
NEED_VERSION= 1.515
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
@ -21,6 +20,8 @@ EXTRACT_SUFX= .tar.Z
WRKDIST= ${WRKDIR}/
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/vrfy ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/vrfy.1 ${PREFIX}/man/man1

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2002/03/21 21:09:17 espie Exp $
# $OpenBSD: Makefile,v 1.8 2002/10/27 17:21:40 naddy Exp $
COMMENT= "xbiff-like Window Maker dock app"
DISTNAME= wmbiff-0.2p
CATEGORIES= mail x11 x11/windowmaker
NEED_VERSION= 1.515
HOMEPAGE= http://tinuviel.mizi.com/~tolkien/wmaker/
MAINTAINER= Cameron Lerch <opcode@skylab.saturn5.yi.org>
@ -18,6 +18,8 @@ MASTER_SITES= ${HOMEPAGE}
WRKDIST= ${WRKDIR}/wmbiff
WRKBUILD= ${WRKDIST}/wmbiff
NO_REGRESS= Yes
post-build:
@mv ${WRKBUILD}/wmbiff.1 ${WRKBUILD}/wmbiff.1.orig
@sed -e 's%/usr/share/doc/wmbiff/examples/sample.wmbiffrc%${PREFIX}/share/examples/wmbiff/dot.wmbiffrc%g' ${WRKBUILD}/wmbiff.1.orig > ${WRKBUILD}/wmbiff.1

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2002/03/21 21:09:18 espie Exp $
# $OpenBSD: Makefile,v 1.21 2002/10/27 17:21:40 naddy Exp $
COMMENT= "mail image display for X11"
DISTNAME= xfaces-3.3
CATEGORIES= mail
NEED_VERSION= 1.515
# xfaces-sounds.tar.gz only in LOCAL_PORTS
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
@ -25,6 +24,8 @@ CONFIGURE_STYLE=imake
post-extract:
@ln -sf ../sounds ${WRKSRC}
NO_REGRESS= Yes
pre-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/sounds
@${INSTALL_DATA_DIR} ${PREFIX}/include/X11/pixmaps

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2002/03/21 21:09:18 espie Exp $
# $OpenBSD: Makefile,v 1.13 2002/10/27 17:21:40 naddy Exp $
COMMENT= "display from/subject from incoming mails using X11"
DISTNAME= xlbiff-3.0
CATEGORIES= mail x11
NEED_VERSION= 1.515
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
@ -15,4 +15,6 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>