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
|
|
|
|
PORTVERSION= 1.0.2
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2003-01-31 20:21:24 +00:00
|
|
|
PORTEPOCH= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/ex/
|
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2003-06-08 21:06:22 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
2003-02-01 09:09:53 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-01-31 20:21:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2004-02-23 05:13:20 +00:00
|
|
|
|
|
|
|
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Does not compile on alpha or amd64"
|
|
|
|
.endif
|
|
|
|
|
2003-01-31 20:21:24 +00:00
|
|
|
.include "${FILESDIR}/manpages.mk"
|
|
|
|
.include <bsd.port.post.mk>
|