freebsd-ports/databases/hk_classes/Makefile
Tilman Keskinoz 54742d5f69 Remove bogus autoconf dependency
USE_MYSQL
Add LDCONFIG_DIRS
2003-10-31 13:28:15 +00:00

30 lines
812 B
Makefile

# New ports collection makefile for: hk_classes
# Date created: 25 July 2002
# Whom: arved
#
# $FreeBSD$
PORTNAME= hk_classes
PORTVERSION= 0.6.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hk-classes
MAINTAINER= ports@FreeBSD.org
COMMENT= "C++ Library for rapid development of database applications"
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_MYSQL= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
-with-mysql-dir=${LOCALBASE} \
--with-mysql-incdir=${LOCALBASE}/include/mysql
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql"
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/hk_classes/
.include <bsd.port.mk>