1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/libmba/Makefile
Ying-Chieh Liao 41619882b2 add libmba 0.3.6
A collection of C modules potentially useful to any project
required by textproc/domc 0.6.0

Approved by:	kris
2002-09-24 07:59:37 +00:00

36 lines
746 B
Makefile

# ex:ts=8
# Ports collection makefile for: libmba
# Date Created: Sep 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libmba
PORTVERSION= 0.3.6
CATEGORIES= devel
MASTER_SITES= http://users.erols.com/mballen/libmba/src/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
SHLIB_MAJOR= 0
USE_REINPLACE= yes
CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX}
ALL_TARGET= # empty
INSTALLS_SHLIB= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
MANCOMPRESSED= yes
MAN3= domnode.3m hexdump.3m msgno.3m hashmap.3m linkedlist.3m stack.3m
post-patch:
@${REINPLACE_CMD} -e "s|/usr|${PREFIX}|g" \
-e "s|gcc|${CC}|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>