mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
- Remove unnecessary pre-build: - Cleanup Makefile header
This commit is contained in:
parent
eb86e4311c
commit
5d84f9e74e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305651
2 changed files with 6 additions and 14 deletions
|
@ -1,15 +1,12 @@
|
||||||
# New ports collection makefile for: hunspell
|
# Created by: janos.mohacsi@bsd.hu
|
||||||
# Date created: 24.07.2004
|
|
||||||
# Whom: janos.mohacsi@bsd.hu
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= hunspell
|
PORTNAME= hunspell
|
||||||
PORTVERSION= 1.3.2
|
PORTVERSION= 1.3.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
|
||||||
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= office@FreeBSD.org
|
MAINTAINER= office@FreeBSD.org
|
||||||
COMMENT= Improved spell-checker for Hungarian and other languages
|
COMMENT= Improved spell-checker for Hungarian and other languages
|
||||||
|
@ -17,14 +14,13 @@ COMMENT= Improved spell-checker for Hungarian and other languages
|
||||||
LICENSE= GPLv2 LGPL21 MPL
|
LICENSE= GPLv2 LGPL21 MPL
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-nls --with-readline --with-ui \
|
CONFIGURE_ARGS= --disable-nls --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui
|
||||||
--with-libiconv-prefix=${LOCALBASE}
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
USE_GNOME= gnomehack
|
USE_GNOME= gnomehack
|
||||||
|
USE_ICONV= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_NCURSES= yes
|
USE_NCURSES= yes
|
||||||
USE_ICONV= yes
|
|
||||||
|
|
||||||
MANLANG= "" hu
|
MANLANG= "" hu
|
||||||
MAN1_EN= hunspell.1 hunzip.1 hzip.1
|
MAN1_EN= hunspell.1 hunzip.1 hzip.1
|
||||||
|
@ -36,8 +32,4 @@ MAN4_HU= hunspell.4
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
|
||||||
|
|
||||||
pre-build:
|
|
||||||
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
|
|
||||||
${WRKSRC}/configure ${WRKSRC}/config.h.in
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd
|
SHA256 (hunspell/hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd
|
||||||
SIZE (hunspell-1.3.2.tar.gz) = 975917
|
SIZE (hunspell/hunspell-1.3.2.tar.gz) = 975917
|
||||||
|
|
Loading…
Add table
Reference in a new issue