aboutsummaryrefslogblamecommitdiff
path: root/misc/fpc-chm/Makefile
blob: 41b8fe16426a485a7dd5ad20d74255bf1cf4c1ca (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                       
           
 


                         

                                                        
                   
                                


                                                            
                             

                                
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$

CATEGORIES=	misc lang
PKGNAMESUFFIX=	-chm

COMMENT=	Free Pascal unit to manipulate chm files

USES=		fpc
USE_FPC=	fcl-base fcl-xml

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR=	${WRKUNITDIR}

.include "${MASTERDIR}/Makefile"