freebsd-ports/x11-toolkits/flu/Makefile

43 lines
948 B
Makefile
Raw Normal View History

# 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
CATEGORIES= x11-toolkits
2009-02-01 00:02:23 +01:00
MASTER_SITES= http://www.osc.edu/archive/FLU/
DISTNAME= FLU_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library containing extra widgets for FLTK
2010-03-23 22:14:39 +01:00
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_GL= gl
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --I=${LOCALBASE}/include --L=${LOCALBASE}/lib
USE_GMAKE= yes
PORTDOCS= *
SHLIB_VERSION= 0
PLIST_SUB= SHLIB_VERSION="${SHLIB_VERSION}"
MAKE_ENV= SHLIB_VERSION="${SHLIB_VERSION}"
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>