2004-05-28 16:37:36 +02:00
|
|
|
# New ports collection makefile for: libsigsegv
|
|
|
|
# Date created: 28 May 2004
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsigsegv
|
2005-08-29 16:27:02 +02:00
|
|
|
PORTVERSION= 2.2
|
2005-10-16 06:10:09 +02:00
|
|
|
PORTREVISION= 1
|
2004-05-28 16:37:36 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= libsigsegv
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
|
|
COMMENT= Handling page faults in user mode
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-10-16 06:10:09 +02:00
|
|
|
|
2006-01-20 00:51:41 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= "Does not compile on sparc64"
|
|
|
|
.endif
|
|
|
|
|
2005-10-16 06:10:09 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2004-05-28 16:37:36 +02:00
|
|
|
|
2005-08-29 16:27:02 +02:00
|
|
|
check: build
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
|
|
|
|
|
2006-01-20 00:51:41 +01:00
|
|
|
.include <bsd.port.post.mk>
|