blob: 19f620dd744244f217994b57ca113a5f695904bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= converters lang
PKGNAMESUFFIX= -iconvenc
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal unit to iconv library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
# added to main port to make it compile on 10 with iconv in libc
#USES= iconv
.include "${MASTERDIR}/Makefile"
|