2003-02-01 05:45:13 +01:00
|
|
|
# ex:ts=8 -*-mode: makefile-*-
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: ossp-val
|
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= val
|
2004-04-20 11:08:05 +02:00
|
|
|
PORTVERSION= 0.9.2
|
2003-02-01 05:45:13 +01:00
|
|
|
CATEGORIES= devel
|
2004-08-21 17:19:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2003-02-01 05:45:13 +01:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-20 11:08:05 +02:00
|
|
|
COMMENT= A flexible name to value mapping library for C variables
|
|
|
|
|
|
|
|
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
2003-02-01 05:45:13 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-04-20 11:08:05 +02:00
|
|
|
USE_LIBTOOL_VER= 15
|
2004-04-10 19:26:55 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-04-20 11:08:05 +02:00
|
|
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
2003-02-01 05:45:13 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2004-02-23 06:10:39 +01:00
|
|
|
|
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Does not compile on alpha"
|
|
|
|
.endif
|
|
|
|
|
2003-02-01 05:45:13 +01:00
|
|
|
.include "${FILESDIR}/manpages.mk"
|
|
|
|
.include <bsd.port.post.mk>
|