2006-04-07 16:30:40 +02:00
|
|
|
# New ports collection makefile for: flu
|
|
|
|
# Date created: 07 Apr 2006
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flu
|
|
|
|
PORTVERSION= 2.14
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
2006-04-07 16:30:40 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-02-01 00:02:23 +01:00
|
|
|
MASTER_SITES= http://www.osc.edu/archive/FLU/
|
2006-04-07 16:30:40 +02:00
|
|
|
DISTNAME= FLU_${PORTVERSION}
|
|
|
|
|
2008-04-29 07:11:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-04-07 16:30:40 +02:00
|
|
|
COMMENT= A library containing extra widgets for FLTK
|
|
|
|
|
2010-03-23 22:14:39 +01:00
|
|
|
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
2006-04-07 16:30:40 +02:00
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
USE_GL= gl
|
2007-10-04 23:06:49 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-07 16:30:40 +02:00
|
|
|
HAS_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 19:56:05 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --I=${LOCALBASE}/include --L=${LOCALBASE}/lib
|
2006-04-07 16:30:40 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2006-04-10 09:46:56 +02:00
|
|
|
SHLIB_VERSION= 0
|
|
|
|
PLIST_SUB= SHLIB_VERSION="${SHLIB_VERSION}"
|
|
|
|
MAKE_ENV= SHLIB_VERSION="${SHLIB_VERSION}"
|
|
|
|
|
2006-04-07 16:30:40 +02:00
|
|
|
post-patch:
|
|
|
|
@${RM} -rf ${WRKSRC}/doc/CVS
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.cpp ${EXAMPLESDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2010-03-23 22:14:39 +01:00
|
|
|
.include <bsd.port.mk>
|