mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
712b3380fa
- Replace CPPFLAGS and LIBS by USES= localbase PR: 212579 Submitted by: myself (olivierd@) Approved by: <never@nevermind.kiev.ua> (maintainer, timeout > 3 weeks)
31 lines
755 B
Makefile
31 lines
755 B
Makefile
# Created by: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= enca
|
|
PORTVERSION= 1.19
|
|
CATEGORIES= converters textproc russian ukrainian
|
|
MASTER_SITES= http://dl.cihar.com/enca/
|
|
|
|
MAINTAINER= never@nevermind.kiev.ua
|
|
COMMENT= Detect encoding of text files
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= umap:converters/p5-Unicode-Map8
|
|
LIB_DEPENDS= librecode.so:converters/recode
|
|
RUN_DEPENDS= umap:converters/p5-Unicode-Map8
|
|
|
|
USES= gmake iconv libtool localbase pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/SUBDIRS =/s/test//' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|