1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/editors/cooledit/Makefile
Fernando Apesteguía 6592a070c5 editors/cooledit: update to 3.17.28
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15536
2018-05-23 21:42:31 +00:00

34 lines
797 B
Makefile

# Created by: brett@peloton.physics.montana.edu
# $FreeBSD$
PORTNAME= cooledit
DISTVERSION= 3.17.28
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 # gettext is linked to despite .mo files having been deleted
GNU_CONFIGURE= yes
USE_XORG= x11 xt
USE_LDCONFIG= yes
USE_GCC= any
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
CFLAGS+= -DHAVE_MBRTOWC
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>