- New port: textproc/fpc-libxml2

Interface to xml2 library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ __ cam.ac.uk>
This commit is contained in:
Jose Alonso Cardenas Marquez 2010-08-16 18:14:38 +00:00
parent a205683b2f
commit 50d6de20f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259373
3 changed files with 36 additions and 0 deletions

View File

@ -176,6 +176,7 @@
SUBDIR += foiltex
SUBDIR += fop
SUBDIR += fpc-aspell
SUBDIR += fpc-libxml2
SUBDIR += freegrep
SUBDIR += fy-aspell
SUBDIR += ga-aspell

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: fpc-libxml2
# Date created: 2010-04-22
# Whom: Christoper Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= textproc lang
PKGNAMESUFFIX= -libxml2
MAINTAINER= acm@FreeBSD.org
COMMENT= Interface to xml2 library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= LIBXML2 "Install xml2 library" on
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,12 @@
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/Package.fpc
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xml2.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xml2.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/libpxml2.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/libpxmlxsd.a
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
@dirrmtry lib/fpc/%%PORTVERSION%%/units
@dirrmtry lib/fpc/%%PORTVERSION%%
@dirrmtry lib/fpc