a6d2f30533
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
25 lines
501 B
Makefile
25 lines
501 B
Makefile
# Created by: bland@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gribouy
|
|
PORTVERSION= 0.0.8
|
|
PORTREVISION= 14
|
|
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>
|