1998-04-19 05:14:17 +00:00
|
|
|
# New ports collection makefile for: cooledit
|
1999-01-30 01:24:35 +00:00
|
|
|
# Version required: 3.8.3
|
1998-04-19 05:14:17 +00:00
|
|
|
# Date created: 18 November 1997
|
|
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
|
|
#
|
1999-06-05 19:00:43 +00:00
|
|
|
# $Id: Makefile,v 1.12 1999/04/06 22:06:40 jseger Exp $
|
1998-04-19 05:14:17 +00:00
|
|
|
#
|
|
|
|
|
1999-04-06 22:06:40 +00:00
|
|
|
DISTNAME= cooledit-3.9.0
|
1998-04-19 05:14:17 +00:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
1998-05-25 21:03:04 +00:00
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
1998-04-19 05:14:17 +00:00
|
|
|
|
|
|
|
MAINTAINER= brett@peloton.physics.montana.edu
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-04-19 05:14:17 +00:00
|
|
|
|
1999-06-05 19:00:43 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-04-06 22:06:40 +00:00
|
|
|
CONFIGURE_ARGS= --disable-mail-author --disable-static --with-libs='-lcrypt -lreadline'
|
1998-04-19 05:14:17 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${ECHO_MSG} "Installing in ${PREFIX}/bin"
|
|
|
|
|
|
|
|
MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|