diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-31 00:58:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-31 00:58:44 +0000 |
commit | 8d5fbfb4093d8d23b92851c11e7ea483728e4eab (patch) | |
tree | 5e5b65cf4313d2f159487a09a6352b674e039dfc /editors | |
parent | 3174b06d9119c346faf652c0c2da470f97b19e96 (diff) | |
download | ports-8d5fbfb4093d8d23b92851c11e7ea483728e4eab.tar.gz ports-8d5fbfb4093d8d23b92851c11e7ea483728e4eab.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 16 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 1a4d451affe5..fd60d1ce6d38 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,28 +3,28 @@ PORTNAME= cooledit PORTVERSION= 3.17.17 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/editors/X/cooledit +MASTER_SITES= SUNSITE/apps/editors/X/cooledit MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor -USE_AUTOTOOLS= libtool USE_PYTHON= yes -USES= gettext gmake +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 -.if defined(WITH_NEXT_LOOK) -CONFIGURE_ARGS+= --enable-NeXT-look -.endif +OPTIONS= 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 diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 67d3f8d19371..74bc06c36ea3 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -4,9 +4,9 @@ bin/coolman bin/coolproject bin/smalledit lib/libCw.a -lib/libCw.la lib/libCw.so lib/libCw.so.1 +lib/libCw.so.1.0.0 %%DATADIR%%/c_utils.py %%DATADIR%%/global.py %%DATADIR%%/sh_utils.py |