mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
4a4ec28d37
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
21 lines
467 B
Makefile
21 lines
467 B
Makefile
# Created by: Junho CHOI <junho.choi@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|