2003-01-31 20:21:24 +00:00
|
|
|
# ex:ts=8 -*-mode: makefile-*-
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: ossp-mm
|
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ex
|
2004-04-06 13:52:38 +00:00
|
|
|
PORTVERSION= 1.0.4
|
2003-01-31 20:21:24 +00:00
|
|
|
CATEGORIES= devel
|
2004-08-21 15:19:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2003-01-31 20:21:24 +00:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2005-02-08 15:32:27 +00:00
|
|
|
MAINTAINER= davidyu@ucsd.edu
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= OSSP ex is a small exception handling library for use in C
|
2003-01-31 20:21:24 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-03-24 22:47:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER= 13
|
2004-03-24 22:47:20 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-01-31 20:21:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2004-02-23 05:13:20 +00:00
|
|
|
|
2004-03-24 22:47:20 +00:00
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Does not compile on alpha"
|
2004-02-23 05:13:20 +00:00
|
|
|
.endif
|
|
|
|
|
2003-01-31 20:21:24 +00:00
|
|
|
.include "${FILESDIR}/manpages.mk"
|
|
|
|
.include <bsd.port.post.mk>
|