mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
081079e0db
in the first place.
27 lines
487 B
Makefile
27 lines
487 B
Makefile
# New ports collection makefile for: xed
|
|
# Version required: 1.3
|
|
# Date created: 28 Jul 1996
|
|
# Whom: shanee
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/09/15 11:13:03 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xed1.3
|
|
PKGNAME= xed-1.3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= editors
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= shanee@augusta.de
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
XMKMF= xmkmf
|
|
|
|
pre-install:
|
|
cd $(WRKSRC); make install.man
|
|
|
|
.include <bsd.port.mk>
|