Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149118736
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index a9a9c2593b15..5c922606247c 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -1,61 +1,62 @@
# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org>
PORTNAME= libcaca
DISTVERSION= 0.99.beta19
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/libcaca/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Graphics library that outputs text instead of pixels
-USES= libtool ncurses pathfix pkgconfig
+USES= cpe libtool ncurses pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-doc \
--enable-ncurses \
--disable-java \
--disable-csharp \
--disable-ruby \
--disable-python \
--disable-cppunit \
--disable-zzuf
MAKE_ENV= V=1
INSTALL_TARGET= install-strip
+CPE_VENDOR= libcaca_project
DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
NOTES README THANKS
OPTIONS_DEFINE= X11 IMLIB2 FTGL SLANG DOCS
OPTIONS_DEFAULT= X11 IMLIB2
X11_DESC= X11 and OpenGL support
FTGL_DESC= Freetype font rendering in OpenGL
X11_USES= gl xorg
X11_USE= XORG=x11 GL=glut
X11_CONFIGURE_OFF= --disable-x11 --disable-gl
IMLIB2_LIB_DEPENDS= libImlib2.so:graphics/imlib2
IMLIB2_CONFIGURE_ENABLE= imlib2
SLANG_LIB_DEPENDS= libslang.so.2:devel/libslang2
SLANG_CONFIGURE_ENABLE= slang=${LOCALBASE}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFTGL} && ${PORT_OPTIONS:MX11}
LIB_DEPENDS+= libftgl.so:graphics/ftgl
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-g -O2 ||g ; s| -fomit-frame-pointer||g ; \
s|arpa\/inet.h ||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g ; s| csharp||g' \
${WRKSRC}/Makefile.in
post-patch-FTGL-off:
@${REINPLACE_CMD} -e '/PKG_CONFIG.*ftgl/ s|ftgl|no-&|' ${WRKSRC}/configure
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 17, 8:48 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29689329
Default Alt Text
(1 KB)
Attached To
Mode
R11 FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment