92ab00cc9f
- Use SF/subdir abbreviation for some ports
35 lines
748 B
Makefile
35 lines
748 B
Makefile
# New ports collection makefile for: ftgl
|
|
# Date created: 16 Jan 2004
|
|
# Whom: Igor Pokrovsky <tiamat@comset.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ftgl
|
|
DISTVERSION= 2.1.3-rc5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= An OpenGL FreeType fonts rendering library
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_GMAKE= yes
|
|
USE_GL= gl glu
|
|
USE_XORG= x11 xext xmu
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \
|
|
--without-glut-inc
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|