1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/metakit/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

28 lines
592 B
Makefile

# New ports collection makefile for: metakit
# Date created: 25 December 1999
# Whom: Russell L. Carter <rcarter@pinyon.org>
#
# $FreeBSD$
#
PORTNAME= metakit
PORTVERSION= 2.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rcarter@pinyon.org
WRKSRC= ${WRKDIR}/${DISTNAME}/builds
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFILES= ../unix/aclocal.m4
CONFIGURE_SCRIPT= ../unix/configure
MAKE_ARGS= CXXFLAGS="-Dq4_STD ${CFLAGS}"
post-configure:
@cd ${WRKSRC} ; \
${PATCH} < ${FILESDIR}/patch.Makefile
.include <bsd.port.mk>