diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-03 01:20:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-03 01:20:06 +0000 |
commit | 929931d3f41395e0d6bcbe5f67b3fbf9215568d4 (patch) | |
tree | ab455a3f50971d6e30012ede68e45757b5ee4cc7 /mail/xfmail/Makefile | |
parent | xforms-0.75 port (diff) |
xfmail 0.3-BETA port
Submitted by: Gennady Sorokopud <gea@NetVision.net.il>
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r-- | mail/xfmail/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile new file mode 100644 index 000000000000..eb733bacf780 --- /dev/null +++ b/mail/xfmail/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xfmail +# Version required: 0.3 +# Date created: 01 October 1995 +# Whom: gena +# +# $Id: $ +# + +DISTNAME= xfmail +PKGNAME= xfmail-0.3-beta +CATEGORIES+= mail x11 +MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/work/ +WRKSRC= ${WRKDIR}/xfmail/ui + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ + forms\\.0\\.:${PORTSDIR}/x11/xforms + +PREFIX= /usr/X11R6 + +MAINTAINER= gena@NetVision.net.il + +pre-configure: + @(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile) + +.include <bsd.port.mk> |