freebsd-ports/mail/xfmail/Makefile

25 lines
521 B
Makefile
Raw Normal View History

# New ports collection makefile for: xfmail
1999-09-04 02:19:43 -04:00
# Version required: 1.3.1
# Date created: 30 June 1996
# Whom: gena
#
1999-08-25 02:51:17 -04:00
# $FreeBSD$
#
1999-11-13 13:47:50 -05:00
DISTNAME= xfmail-1.4.0
CATEGORIES= mail
1999-11-13 13:47:50 -05:00
MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.0/
MAINTAINER= gena@NetVision.net.il
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms
1999-11-13 13:47:50 -05:00
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
1999-11-14 07:03:54 -05:00
CONFIGURE_ARGS= --with-dead-keys --with-xkb-dead-keys
MAN1= xfmail.1
.include <bsd.port.mk>