mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
26 lines
501 B
Makefile
26 lines
501 B
Makefile
# Created by: bland@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gribouy
|
|
PORTVERSION= 0.0.8
|
|
PORTREVISION= 16
|
|
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>
|