blob: 441812e155de8d031182226662e23a4ae00ee4cf (
plain)
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
32
33
|
# Created by: brett@peloton.physics.montana.edu
PORTNAME= cooledit
DISTVERSION= 3.17.28
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= SUNSITE/apps/editors/X/cooledit
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Suite of utilities, including a GUI editor
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext gmake libtool python xorg # gettext is linked to despite .mo files having been deleted
USE_GCC= any
USE_LDCONFIG= yes
USE_XORG= x11 xt
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CFLAGS+= -DHAVE_MBRTOWC
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
OPTIONS_DEFINE= NEXT_LOOK
NEXT_LOOK_DESC= Enable NeXT look
NEXT_LOOK_CONFIGURE_ENABLE= NeXT-look
post-patch:
@${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|