1998-04-19 05:14:17 +00:00
|
|
|
# New ports collection makefile for: cooledit
|
|
|
|
# Date created: 18 November 1997
|
|
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-04-19 05:14:17 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= cooledit
|
2000-06-22 15:10:02 +00:00
|
|
|
PORTVERSION= 3.15.3
|
1998-04-19 05:14:17 +00:00
|
|
|
CATEGORIES= editors
|
1999-06-09 00:05:23 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
http://www.netins.net/showcase/Comput-IT/cooledit/src/
|
1998-05-25 21:03:04 +00:00
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
1998-04-19 05:14:17 +00:00
|
|
|
|
1999-09-09 03:03:19 +00:00
|
|
|
MAINTAINER= brett@peloton.runet.edu
|
1998-04-19 05:14:17 +00:00
|
|
|
|
2000-05-24 14:00:20 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1998-04-19 05:14:17 +00:00
|
|
|
|
1999-06-05 19:00:43 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-05-24 14:00:20 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
1999-06-09 00:05:23 +00:00
|
|
|
|
2000-05-24 14:00:20 +00:00
|
|
|
CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' \
|
|
|
|
--without-included-gettext
|
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1998-04-19 05:14:17 +00:00
|
|
|
|
1999-06-09 00:05:23 +00:00
|
|
|
MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1
|
|
|
|
|
1998-04-19 05:14:17 +00:00
|
|
|
pre-install:
|
|
|
|
@${ECHO_MSG} "Installing in ${PREFIX}/bin"
|
1999-06-09 00:05:23 +00:00
|
|
|
@if [ ! -f ${PREFIX}/etc/coolicon.config ]; then \
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pixmap/coolicon.config \
|
|
|
|
${PREFIX}/etc ; \
|
|
|
|
fi
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pixmap/coolicon.config \
|
|
|
|
${PREFIX}/etc/coolicon.config.dist
|
1998-04-19 05:14:17 +00:00
|
|
|
|
2000-05-19 13:05:43 +00:00
|
|
|
post-install:
|
|
|
|
@${LN} -sf ${PREFIX}/share/cooledit/global.py \
|
|
|
|
${PREFIX}/share/coolicon/global.py
|
|
|
|
|
1998-04-19 05:14:17 +00:00
|
|
|
.include <bsd.port.mk>
|