2003-02-01 04:39:40 +00:00
|
|
|
# New ports collection makefile for: ossp-var
|
2005-10-03 14:33:43 +00:00
|
|
|
# Date created: 2003-01-31
|
|
|
|
# Whom: Alan Eldridge <alane@geeksrus.net>
|
2003-02-01 04:39:40 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= var
|
2005-10-03 14:33:43 +00:00
|
|
|
PORTVERSION= 1.1.3
|
2003-02-01 04:39:40 +00:00
|
|
|
CATEGORIES= devel
|
2004-08-21 15:19:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2003-02-01 04:39:40 +00:00
|
|
|
PKGNAMEPREFIX= ossp-
|
|
|
|
|
2005-09-16 17:58:32 +00:00
|
|
|
MAINTAINER= mnag@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2003-02-01 04:39:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2004-02-23 05:13:20 +00:00
|
|
|
|
2004-04-13 17:16:15 +00:00
|
|
|
.if ${ARCH} == "alpha"
|
2010-06-13 08:40:06 +00:00
|
|
|
BROKEN= Does not compile on alpha
|
2004-02-23 05:13:20 +00:00
|
|
|
.endif
|
|
|
|
|
2005-10-03 18:42:29 +00:00
|
|
|
check: build
|
2005-10-03 14:33:43 +00:00
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
|
2003-02-01 04:39:40 +00:00
|
|
|
.include "${FILESDIR}/manpages.mk"
|
2005-10-03 14:33:43 +00:00
|
|
|
|
2003-02-01 04:39:40 +00:00
|
|
|
.include <bsd.port.post.mk>
|