89f8b05214
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
25 lines
501 B
Makefile
25 lines
501 B
Makefile
# Created by: bland@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gribouy
|
|
PORTVERSION= 0.0.8
|
|
PORTREVISION= 15
|
|
CATEGORIES= print gnome
|
|
MASTER_SITES= LOCAL/bland
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gribouy is a Type1 font editor
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USES= gettext gmake pkgconfig
|
|
USE_GNOME= gnomeprefix libglade2 libgnomeui
|
|
|
|
USE_GCC= any
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^LIBS =/s|$$| -lm|' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|