diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-03 14:32:53 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-03 14:32:53 +0000 |
commit | bc9e4c33322e2ca89f2a6ec750fd39f0c712055f (patch) | |
tree | 1b1b18fa26ce4925c26b8d6b092e04c01234da30 /devel/ossp-val/Makefile | |
parent | 661913f4d4d9e79702a797146859cfa36203555f (diff) |
Notes
Diffstat (limited to 'devel/ossp-val/Makefile')
-rw-r--r-- | devel/ossp-val/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index 193a1053c722..6795e3b57220 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -1,14 +1,12 @@ -# ex:ts=8 -*-mode: makefile-*- -# # New ports collection makefile for: ossp-val -# Date created: 2003-01-31 -# Whom: Alan Eldridge <alane@geeksrus.net> +# Date created: 2003-01-31 +# Whom: Alan Eldridge <alane@geeksrus.net> # # $FreeBSD$ # PORTNAME= val -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -20,13 +18,19 @@ COMMENT= A flexible name to value mapping library for C variables LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes -USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} +USE_LIBTOOL_VER= 15 MAN1= val-config.1 MAN3= val.3 NOT_FOR_ARCHS= alpha +check: + build + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + .include <bsd.port.mk> |