2000-10-29 12:26:53 +00:00
|
|
|
# New ports collection makefile for: uniksc
|
|
|
|
# Date created: 15 Oct 2000
|
|
|
|
# Whom: cjh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= uniksc
|
|
|
|
PORTVERSION= 0.9
|
|
|
|
CATEGORIES= korean converters
|
2003-09-09 10:06:41 +00:00
|
|
|
MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
|
2000-10-29 12:26:53 +00:00
|
|
|
|
2010-01-02 18:14:36 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16
|
2000-10-29 12:26:53 +00: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 17:56:05 +00:00
|
|
|
USE_LDCONFIG= YES
|
2000-10-29 12:26:53 +00:00
|
|
|
|
2005-04-12 03:26:56 +00:00
|
|
|
.if ${MACHINE_ARCH:L} == "amd64"
|
2004-12-04 17:54:00 +00:00
|
|
|
CFLAGS+= "-fPIC"
|
|
|
|
.endif
|
|
|
|
|
2000-10-29 12:26:53 +00:00
|
|
|
.include <bsd.port.mk>
|