diff options
Diffstat (limited to 'devel/ossp-ex/Makefile')
-rw-r--r-- | devel/ossp-ex/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile deleted file mode 100644 index aac911cc9572..000000000000 --- a/devel/ossp-ex/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= ex -PORTVERSION= 1.0.6 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= OSSP/lib/${PORTNAME} -PKGNAMEPREFIX= ossp- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Small exception handling library for use in C -WWW= http://www.ossp.org/pkg/lib/ex/ - -DEPRECATED= Abandoned upstream, last release in 2007 -EXPIRATION_DATE=2025-07-31 - -USES= libtool -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_LDCONFIG= yes - -check: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libex.so - -.include <bsd.port.mk> |