mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1a5dc578e4
- While here, use DATADIR and LDFLAGS instead of LIBS as intended. PR: 148747 Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# New ports collection makefile for: libhangul
|
|
# Date created: 31 January 2007
|
|
# Whom: Hyogeol, Lee <hyogeollee@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libhangul
|
|
PORTVERSION= 0.0.11
|
|
CATEGORIES= korean
|
|
MASTER_SITES= http://kldp.net/frs/download.php/5758/
|
|
|
|
MAINTAINER= hyogeollee@gmail.com
|
|
COMMENT= A library for hangul processing
|
|
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|