2b5303402e
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
26 lines
552 B
Makefile
26 lines
552 B
Makefile
# New ports collection makefile for: xfmail
|
|
# Version required: 0.3
|
|
# Date created: 01 October 1995
|
|
# Whom: gena
|
|
#
|
|
# $Id: Makefile,v 1.2 1995/10/03 06:51:55 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xfmail
|
|
PKGNAME= xfmail-0.3b
|
|
CATEGORIES+= mail x11
|
|
MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/work/
|
|
|
|
MAINTAINER= gena@NetVision.net.il
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
|
xforms\\.0\\.:${PORTSDIR}/x11/xforms
|
|
|
|
USE_X11= yes
|
|
WRKSRC= ${WRKDIR}/xfmail/ui
|
|
|
|
pre-configure:
|
|
@(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile)
|
|
|
|
.include <bsd.port.mk>
|