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
|
2009-02-09 18:38:59 +01:00
|
|
|
PORTVERSION= 1.0.6
|
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-
|
|
|
|
|
2009-02-10 14:48:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-01-31 21:21:24 +01:00
|
|
|
|
2009-02-09 18:38:59 +01:00
|
|
|
MAN3= ex.3
|
|
|
|
|
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"
|
2009-02-09 18:38:59 +01:00
|
|
|
BROKEN= Does not compile on alpha
|
2004-02-23 06:13:20 +01:00
|
|
|
.endif
|
|
|
|
|
2009-02-09 18:38:59 +01:00
|
|
|
check: build
|
2005-10-03 20:43:07 +02:00
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
|
2003-01-31 21:21:24 +01:00
|
|
|
.include <bsd.port.post.mk>
|