1998-04-19 05:14:17 +00:00
|
|
|
# New ports collection makefile for: cooledit
|
|
|
|
# Version required: 3.6.0
|
|
|
|
# Date created: 18 November 1997
|
|
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
|
|
#
|
1998-10-14 04:07:20 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/10/12 21:50:12 jseger Exp $
|
1998-04-19 05:14:17 +00:00
|
|
|
#
|
|
|
|
|
1998-10-07 16:13:53 +00:00
|
|
|
DISTNAME= cooledit-3.7.4
|
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>
|