1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/libmba/Makefile
Ying-Chieh Liao 9758883488 upgrade to 0.4.6
PR:		45851
Submitted by:	Ports Fury
2003-01-02 17:38:56 +00:00

30 lines
572 B
Makefile

# ex:ts=8
# Ports collection makefile for: libmba
# Date Created: Sep 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libmba
PORTVERSION= 0.4.6
CATEGORIES= devel
MASTER_SITES= http://www.eskimo.com/~miallen/libmba/dl/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
USE_GMAKE= yes
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 0
MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
MAN3= cfg.3m domnode.3m mbs.3m msgno.3m hashmap.3m hexdump.3m \
linkedlist.3m stack.3m
MANCOMPRESSED= yes
.include <bsd.port.mk>