2005-10-03 20:43:07 +02:00
|
|
|
# New ports collection makefile for: ossp-ex
|
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
2003-01-31 21:21:24 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ex
|
2005-10-03 20:43:07 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2003-01-31 21:21:24 +01:00
|
|
|
CATEGORIES= devel
|
2004-08-21 17:19:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2003-01-31 21:21:24 +01:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2005-02-08 16:32:27 +01:00
|
|
|
MAINTAINER= davidyu@ucsd.edu
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= OSSP ex is a small exception handling library for use in C
|
2003-01-31 21:21:24 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-03-24 23:47:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-03 20:43:07 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-24 23:47:20 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-01-31 21:21:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2004-02-23 06:13:20 +01:00
|
|
|
|
2004-03-24 23:47:20 +01:00
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Does not compile on alpha"
|
2004-02-23 06:13:20 +01:00
|
|
|
.endif
|
|
|
|
|
2005-10-03 20:43:07 +02:00
|
|
|
check: build
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
|
2003-01-31 21:21:24 +01:00
|
|
|
.include "${FILESDIR}/manpages.mk"
|
2005-10-03 20:43:07 +02:00
|
|
|
|
2003-01-31 21:21:24 +01:00
|
|
|
.include <bsd.port.post.mk>
|