1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/editors/cooledit/Makefile
Nuno Teixeira 83c11aa503 editors/cooledit: back port to pool
Back port to pool.
I've lost contact with project author and no solution found to update
to a new version.

PR:		248107
2021-09-08 09:07:00 +01:00

34 lines
806 B
Makefile

# 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= ports@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= yes
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>