2003-01-31 21:06:42 +01:00
|
|
|
# New ports collection makefile for: ossp-sa
|
2005-10-03 16:32:06 +02:00
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
2003-01-31 21:06:42 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sa
|
2005-10-03 16:32:06 +02:00
|
|
|
PORTVERSION= 1.2.6
|
2006-12-22 03:13:59 +01:00
|
|
|
CATEGORIES= net ipv6
|
2004-08-21 17:19:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2003-01-31 21:06:42 +01:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2005-09-16 19:58:32 +02:00
|
|
|
MAINTAINER= mnag@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An abstraction library for the Unix socket API
|
2003-01-31 21:06:42 +01:00
|
|
|
|
2004-04-03 22:27:59 +02:00
|
|
|
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
|
|
|
|
2003-07-15 08:19:45 +02:00
|
|
|
USE_GMAKE= yes
|
2003-01-31 21:06:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-03 22:27:59 +02:00
|
|
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
2006-12-22 03:13:59 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-10-03 16:32:06 +02:00
|
|
|
|
2004-02-11 16:50:44 +01:00
|
|
|
MAN3+= sa.3
|
2003-01-31 21:06:42 +01:00
|
|
|
|
2005-10-03 20:42:29 +02:00
|
|
|
check: build
|
2005-10-03 16:32:06 +02:00
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
|
2004-04-13 20:26:51 +02:00
|
|
|
.include <bsd.port.mk>
|