aboutsummaryrefslogtreecommitdiffstats
path: root/editors/cooledit/Makefile
blob: a147212c835cade30354db3aeaba66735e19f440 (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
28
29
30
31
# Created by: brett@peloton.physics.montana.edu
# $FreeBSD$

PORTNAME=   cooledit
PORTVERSION=    3.17.17
PORTREVISION=   7
CATEGORIES= editors
MASTER_SITES=   SUNSITE/apps/editors/X/cooledit

MAINTAINER= ports@FreeBSD.org
COMMENT=    Suite of utilities, including a GUI editor

USES=       gettext gmake libtool python
GNU_CONFIGURE=  yes
USE_XORG=   x11 xt
USE_LDCONFIG=   yes
USE_GCC=    any
INSTALL_TARGET= install-strip

CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+=    -DHAVE_MBRTOWC

OPTIONS_DEFINE= NEXT_LOOK
NEXT_LOOK_DESC= Enable NeXT look
NEXT_CONFIGURE_ENABLE=  NeXT-look

post-patch:
    @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>