2000-01-09 19:47:04 +00:00
|
|
|
# New ports collection makefile for: str
|
2005-10-03 14:57:16 +00:00
|
|
|
# Date Created: 09 Jan 2000
|
|
|
|
# Whom: Ralf S. Engelschall
|
2000-01-09 19:47:04 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 05:44:42 +00:00
|
|
|
PORTNAME= str
|
2005-10-12 13:01:23 +00:00
|
|
|
PORTVERSION= 0.9.12
|
2000-01-09 19:47:04 +00:00
|
|
|
CATEGORIES= devel
|
2004-08-21 15:19:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
2000-01-09 19:47:04 +00:00
|
|
|
|
2006-01-20 06:12:05 +00:00
|
|
|
MAINTAINER= vd@FreeBSD.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= Generic String Library
|
2000-01-09 19:47:04 +00:00
|
|
|
|
2005-10-03 14:57:16 +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
|
2000-01-09 19:47:04 +00:00
|
|
|
|
|
|
|
MAN1= str-config.1
|
|
|
|
MAN3= str.3
|
|
|
|
|
|
|
|
post-build:
|
2005-10-03 18:42:29 +00:00
|
|
|
@${ECHO_MSG} "===> Use 'make check' to run a quick test suite."
|
2000-01-09 19:47:04 +00:00
|
|
|
|
2005-10-03 18:42:29 +00:00
|
|
|
check: build
|
2005-10-03 14:57:16 +00:00
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
|
2000-01-09 19:47:04 +00:00
|
|
|
|
2005-04-12 21:53:07 +00:00
|
|
|
.include <bsd.port.mk>
|