mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
a9c2ade8fc
- Bump PORTREVISION for dependent ports
36 lines
658 B
Makefile
36 lines
658 B
Makefile
# Created by: Hyogeol, Lee <hyogeollee@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libhangul
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= korean
|
|
|
|
MAINTAINER= jkim@FreeBSD.org
|
|
COMMENT= Library for Hangul processing
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
TEST_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/check.pc:devel/check
|
|
|
|
GH_ACCOUNT= choehwanjin
|
|
GH_TAGNAME= 9fe2d4e
|
|
USE_GITHUB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
TEST_WRKSRC= ${WRKSRC}/test
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf iconv libtool pathfix pkgconfig
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
post-test:
|
|
@${TEST_WRKSRC}/test
|
|
|
|
.include <bsd.port.mk>
|