mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4229ae707c
Reported by: matthew Pointyhat to: bapt
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# Created by: KOMATSU Shinichiro <koma2@lovepeers.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -iconv
|
|
|
|
MAINTAINER= koma2@lovepeers.org
|
|
COMMENT= Unzip with iconv patches
|
|
|
|
MASTERDIR= ${.CURDIR}/../unzip
|
|
|
|
CONFLICTS= unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]*
|
|
|
|
WITH_ICONV= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|