blob: 5d86a7c1143f4b9ddb9bb5440801bf504b093a34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: cooledit
# Version required: 3.6.0
# Date created: 18 November 1997
# Whom: brett@peloton.physics.montana.edu
#
# $Id$
#
DISTNAME= cooledit-3.6.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
USE_GMAKE= yes
pre-install:
@${ECHO_MSG} "Installing in ${PREFIX}/bin"
MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1
.include <bsd.port.mk>
|