mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
2d165cffa8
A big Thank You to the original contributors of these ports: * Alexey Dokuchaev <danfe@FreeBSD.org> * Hye-Shik Chang * Hye-Shik Chang <perky@FreeBSD.org> * Hyogeol Lee <hyogeollee@gmail.com> * Hyogeol, Lee <hyogeollee@gmail.com> * Jie Gao <gaoj@cpsc.ucalgary.ca> * Junho CHOI <junho.choi@gmail.com> * Ka Ho Ng <khng300@gmail.com> * Oh Junseon <hollywar@mail.holywar.net> * Satoshi TAOKA <taoka@FreeBSD.org> With hat: portmgr
17 lines
392 B
Makefile
17 lines
392 B
Makefile
PORTNAME= uniksc
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= korean converters
|
|
MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16
|
|
|
|
USE_LDCONFIG= YES
|
|
PLIST_FILES= bin/uniksc include/uniksc.h lib/libuniksc.so.0
|
|
|
|
.if ${MACHINE_ARCH:tl} == "amd64"
|
|
CFLAGS+= "-fPIC"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|