mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
17fc6ea39e
- Convert to USES
25 lines
562 B
Makefile
25 lines
562 B
Makefile
# Created by: Alan Eldridge <alane@geeksrus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sa
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An abstraction library for the Unix socket API
|
|
|
|
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
|
USE_LDCONFIG= yes
|
|
|
|
check: build
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
.include <bsd.port.mk>
|