mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
862c06b489
- Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= avro
|
|
PORTVERSION= 1.7.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= APACHE
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/stable
|
|
PKGNAMESUFFIX= -c
|
|
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Data serialization system for ANSI C
|
|
|
|
USES= cmake pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c
|
|
|
|
.include <bsd.port.pre.mk>
|
|
pre-configure:
|
|
@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
|
|
${WRKSRC}/version.sh
|
|
|
|
.include <bsd.port.post.mk>
|