freebsd-ports/devel/libs11n/Makefile
Baptiste Daroussin 943336190f - Update to 1.2.10
Approved by:	mentors (implicit)
2010-08-31 16:19:53 +00:00

34 lines
943 B
Makefile

# New ports collection makefile for: libs11n
# Date created: 23 Nov 2005
# Whom: aaron@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libs11n
PORTVERSION= 1.2.10
CATEGORIES= devel
MASTER_SITES= SF/s11n/s11n/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-nobuildfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ library for easily serializing a wide variety of objects
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_ZIP= yes
USE_LDCONFIG= yes
post-extract:
@${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile
pre-install:
${MKDIR} ${PREFIX}/include/s11n.net
${MKDIR} ${PREFIX}/include/s11n.net/s11n
${MKDIR} ${PREFIX}/include/s11n.net/s11n/io
${MKDIR} ${PREFIX}/include/s11n.net/s11n/nodeutil
${MKDIR} ${PREFIX}/include/s11n.net/s11n/plugin
${MKDIR} ${PREFIX}/include/s11n.net/s11n/proxy
${MKDIR} ${PREFIX}/include/s11n.net/s11n/proxy/pod
${MKDIR} ${PREFIX}/include/s11n.net/s11n/proxy/std
.include <bsd.port.mk>