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-01-30 01:24:35 +00:00
|
|
|
# $Id: Makefile,v 1.10 1999/01/10 18:14:40 steve Exp $
|
1998-04-19 05:14:17 +00:00
|
|
|
#
|
|
|
|
|
1999-01-30 01:24:35 +00:00
|
|
|
DISTNAME= cooledit-3.8.3
|
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
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-mail-author --disable-static
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1998-05-03 15:40:01 +00:00
|
|
|
post-extract:
|
|
|
|
@${CP} ${FILESDIR}/ltconfig-1.2 ${WRKSRC}/ltconfig
|
|
|
|
@${CP} ${FILESDIR}/ltmain.sh-1.2 ${WRKSRC}/ltmain.sh
|
|
|
|
|
1998-04-19 05:14:17 +00:00
|
|
|
pre-install:
|
|
|
|
@${ECHO_MSG} "Installing in ${PREFIX}/bin"
|
|
|
|
|
|
|
|
MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|