mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
663512aa6c
PR: ports/45620 Submitted by: Ports Fury
30 lines
572 B
Makefile
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.5
|
|
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>
|