Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/korean/uniksc/Makefile
16123 views
# Created by: Junho CHOI <[email protected]>

PORTNAME=	uniksc
PORTVERSION=	0.9
CATEGORIES=	korean converters
MASTER_SITES=	ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/

MAINTAINER=	[email protected]
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>