blob: cee9b374d6734634ffa9fb82897f7eab182becf9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: wmmail
# Version required: 0.59
# Date created: 7 Jun 1998
# Whom: rom
#
# $Id: Makefile,v 1.6 1998/11/23 03:29:10 steve Exp $
#
DISTNAME= wmmail-0.59
CATEGORIES= mail windowmaker
MASTER_SITES= http://earth.gaianet.net/~scorpio/
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
MAN1= wmmail.1
.include <bsd.port.mk>
|