1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/cooledit/Makefile
Justin M. Seger a72395202c Upgrade to cooledit-3.9.0
PR:		ports/10986
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-04-06 22:06:40 +00:00

32 lines
804 B
Makefile

# New ports collection makefile for: cooledit
# Version required: 3.8.3
# Date created: 18 November 1997
# Whom: brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.11 1999/01/30 01:24:29 fenner Exp $
#
DISTNAME= cooledit-3.9.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X
MAINTAINER= brett@peloton.physics.montana.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-mail-author --disable-static --with-libs='-lcrypt -lreadline'
USE_GMAKE= yes
post-extract:
@${CP} ${FILESDIR}/ltconfig-1.2 ${WRKSRC}/ltconfig
@${CP} ${FILESDIR}/ltmain.sh-1.2 ${WRKSRC}/ltmain.sh
pre-install:
@${ECHO_MSG} "Installing in ${PREFIX}/bin"
MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1
.include <bsd.port.mk>