1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-10 02:45:11 +00:00
freebsd-ports/devel/ossp-var/Makefile

34 lines
704 B
Makefile
Raw Normal View History

2003-02-01 04:39:40 +00:00
# New ports collection makefile for: ossp-var
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
2003-02-01 04:39:40 +00:00
#
# $FreeBSD$
#
PORTNAME= var
PORTVERSION= 1.1.3
2003-02-01 04:39:40 +00:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
2003-02-01 04:39:40 +00:00
PKGNAMEPREFIX= ossp-
MAINTAINER= mnag@FreeBSD.org
COMMENT= A flexible, full-featured and fast variable expansion library
2003-02-01 04:39:40 +00:00
USE_GMAKE= yes
2003-02-01 11:51:03 +00:00
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2003-02-01 04:39:40 +00:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= Does not compile on alpha
.endif
check: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
2003-02-01 04:39:40 +00:00
.include "${FILESDIR}/manpages.mk"
2003-02-01 04:39:40 +00:00
.include <bsd.port.post.mk>