blob: d1c9826dd38df3b3770da66bd92b3a0d9f0842ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xed
# Version required: 1.3
# Date created: 28 Jul 1996
# Whom: shanee
#
# $Id$
#
DISTNAME= xed1.3
PKGNAME= xed-1.3
MASTER_SITES= ftp://ftp.x.org/contrib/editors/
CATEGORIES+= editors x11
MAINTAINER= shanee@rabbit.augusta.de
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
XMKMF= xmkmf
EXTRACT_SUFX= .tar.Z
pre-install:
cd $(WRKSRC); make install.man
.include <bsd.port.mk>
|