1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/xfmail/Makefile
Andreas Klemm 3551cddd92 - Update port to version 1.1
- Make link process work by adding correct dependency in Makefile
  the unmodified Makefile.FreeBSD didn't build libcompface in ../compface
- The WWW page claims, that you need at least the xforms 0.86 lib, so
  I specified the library dependency in port's Makefile more specific.
- Well, since I spent some work on it ... I'll maintain the port in the
  future.
1997-06-22 10:46:36 +00:00

26 lines
589 B
Makefile

# New ports collection makefile for: xfmail
# http://Burka.NetVision.net.il/xfmail/xfmail.html
# Version required: 1.1
# Date created: 30 June 1996
# Whom: gena
#
# $Id: Makefile,v 1.8 1997/01/10 04:59:16 ache Exp $
#
DISTNAME= xfmail-1.1
CATEGORIES= mail
MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/
MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
xforms\\.0\\.86:${PORTSDIR}/x11/xforms
WRKSRC= ${WRKDIR}/xfmail/ui
USE_X11= yes
pre-configure:
@(cd ${WRKSRC} ; ${CP} Makefile.FreeBSD Makefile)
.include <bsd.port.mk>