1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/libmcs/Makefile
2007-09-13 20:02:29 +00:00

24 lines
500 B
Makefile

# New ports collection makefile for: libmcs
# Date created: 27th February 2007
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmcs
PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
MAINTAINER= oliver@FreeBSD.org
COMMENT= A BSD licenced configuration database system
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(LIBDIR)|$$(prefix)/libdata|' ${WRKSRC}/Makefile
.include <bsd.port.mk>