mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
7758b79f22
- Switch to USES=libtool, drop .la files
32 lines
745 B
Makefile
32 lines
745 B
Makefile
# Created by: Igor Pokrovsky <tiamat@comset.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ftgl
|
|
DISTVERSION= 2.1.3-rc5
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= An OpenGL FreeType fonts rendering library
|
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \
|
|
--without-glut-inc
|
|
USES= pathfix gmake libtool:keepla
|
|
USE_GL= gl glu
|
|
USE_XORG= x11 xext xmu
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|