# New ports collection makefile for: enchant # Date created: 03 January 2004 # Whom: Adam Weinberger # # $FreeBSD$ # $MCom: ports-stable/textproc/enchant/Makefile,v 1.1 2006/03/12 02:08:58 mezz Exp $ # PORTNAME= enchant PORTVERSION= 1.4.2 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_GNOME= gnomehack gnometarget glib20 ltverhack CONFIGURE_ARGS= --disable-hspell \ --disable-uspell CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= enchant.1 OPTIONS= ASPELL "Enable aspell support" on \ ZEMBEREK "Enable zemberek backend (requires DBUS)" off .include # Disable, it needs hspell 0.9 or above. #.if exists(${LOCALBASE}/bin/hspell) #WITH_HSPELL= yes #.endif # #.if defined(WITH_HSPELL) #BUILD_DEPENDS+= hspell:${PORTSDIR}/hebrew/hspell #CONFIGURE_ARGS+=--enable-hspell #PLIST_SUB+= HSPELL="" #.else #CONFIGURE_ARGS+=--disable-hspell #PLIST_SUB+= HSPELL="@comment " #.endif .ifndef(WITHOUT_ASPELL) LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--enable-aspell \ --with-aspell-prefix=${LOCALBASE} PLIST_SUB+= ASPELL="" .else CONFIGURE_ARGS+=--disable-aspell PLIST_SUB+= ASPELL="@comment " .endif .if defined(WITH_ZEMBEREK) && !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+= --enable-zemberek PLIST_SUB+= ZEMBEREK="" .else PLIST_SUB+= ZEMBEREK="@comment " CONFIGURE_ARGS+= --disable-zemberek .endif post-patch: @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ ${WRKSRC}/install-sh .if ${OSVERSION} < 700042 @${REINPLACE_CMD} -E -e "s|-Wunsafe-loop-optimizations ||g" \ -e "s|-Wno-missing-field-initializers ||g" \ -e "s|-Wno-attributes ||g" \ ${WRKSRC}/configure .endif .include 2018Q3 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pavuk
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-202-8/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.9.35miwi2007-03-272-10/+9
| | | | | PR: 110816 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove directories that are not in mtree filerafan2006-08-151-0/+8
| | | | | | | | | Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. These affected ports are belong to ports@. PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Update to 0.9.34anray2006-01-283-7/+8
|
* - Add SHA256pav2005-11-251-0/+1
|
* - Update to 0.9.33pav2005-10-062-3/+3
|
* - Update to version 0.9.32.flz2005-04-043-33/+4
| | | | | PR: ports/79470 Submitted by: Ports Fury
* Implement net/dante and net/socks5 support.krion2005-02-201-0/+12
|
* Fix package build.krion2004-11-161-0/+7
| | | | Submitted by: Ports Fury
* Update to version 0.9.31krion2004-11-147-90/+59
| | | | | PR: ports/73902 Submitted by: Ports Fury
* Fix ↵eik2004-07-272-1/+31
| | | | | | <http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html> Obtained from: gentoo cvs
* Fix buffer overflow.naddy2004-07-032-1/+17
| | | | Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>