1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/editors/cooledit/Makefile
Dmitry Marakasov 25153da4c5 - Fix options
Spotted by:	bapt
2014-06-04 15:48:16 +00:00

33 lines
732 B
Makefile

# 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
USE_PYTHON= yes
USES= gettext gmake libtool
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>