freebsd-ports/devel/libsigsegv/Makefile
Hye-Shik Chang 73884390f7 Update to 2.3
PR:		96701
Submitted by:	vd
2006-05-04 14:26:30 +00:00

32 lines
673 B
Makefile

# New ports collection makefile for: libsigsegv
# Date created: 28 May 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= libsigsegv
PORTVERSION= 2.3
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
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
post-install:
@${CAT} ${PKGMESSAGE}
check: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
.include <bsd.port.post.mk>