2013-06-18 01:04:51 +02:00
|
|
|
# Created by: Junho CHOI <junho.choi@gmail.com>
|
2000-10-29 13:26:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= uniksc
|
|
|
|
PORTVERSION= 0.9
|
|
|
|
CATEGORIES= korean converters
|
2003-09-09 12:06:41 +02:00
|
|
|
MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
|
2000-10-29 13:26:53 +01:00
|
|
|
|
2010-01-02 19:14:36 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16
|
2000-10-29 13:26:53 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= YES
|
2013-06-21 19:53:21 +02:00
|
|
|
PLIST_FILES= bin/uniksc include/uniksc.h lib/libuniksc.so.0
|
2000-10-29 13:26:53 +01:00
|
|
|
|
2014-05-05 11:45:36 +02:00
|
|
|
.if ${MACHINE_ARCH:tl} == "amd64"
|
2004-12-04 18:54:00 +01:00
|
|
|
CFLAGS+= "-fPIC"
|
|
|
|
.endif
|
|
|
|
|
2000-10-29 13:26:53 +01:00
|
|
|
.include <bsd.port.mk>
|