mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
3551cddd92
- 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.
26 lines
589 B
Makefile
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>
|