1998-04-19 05:14:17 +00:00
|
|
|
# New ports collection makefile for: cooledit
|
1999-06-19 06:02:08 +00:00
|
|
|
# Version required: 3.11.3
|
1998-04-19 05:14:17 +00:00
|
|
|
# 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-03-11 14:22:54 +00:00
|
|
|
DISTNAME= cooledit-3.13.2
|
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
|
|
|
|
1999-06-22 16:26:28 +00:00
|
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
|
|
|
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-06-09 00:05:23 +00:00
|
|
|
CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline'
|
|
|
|
|
1998-04-19 05:14:17 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|