1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/knewmail/Makefile

24 lines
485 B
Makefile
Raw Normal View History

# New ports collection makefile for: KNewMail
# Date created: 6 June 1999
# Whom: Tomer Weller
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
#
2000-04-13 20:01:08 +00:00
PORTNAME= knewmail
PORTVERSION= 3.1
CATEGORIES= mail kde
MASTER_SITES= http://www.slac.com/mpilone/knewmail_home/downloads/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= wellers@netvision.net.il
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
HAS_CONFIGURE= yes
KDEDIR= ${PREFIX}
USE_QT= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>