mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
eb96de0656
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
36 lines
911 B
Makefile
36 lines
911 B
Makefile
# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= teckit
|
|
PORTVERSION= 2.5.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc converters
|
|
MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/ \
|
|
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
|
DISTNAME= TECkit_${PORTVERSION:S|.|_|g}
|
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
|
COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode
|
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
${CHMOD} ${BINMODE} ${WRKSRC}/configure ${WRKSRC}/install-sh
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|