freebsd-ports/japanese/libtomoe-gtk/Makefile
Piotr Kubaj 55a26b2a1b japanese/libtomoe-gtk: fix build on powerpc
ld: error: ../src/.libs/libtomoe-gtk.so: undefined reference to sqrt [--no-allow-shlib-undefined]
2021-09-12 21:05:56 +00:00

34 lines
814 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
PORTNAME= libtomoe-gtk
PORTVERSION= 0.6.0
PORTREVISION= 11
CATEGORIES= japanese
MASTER_SITES= SF/tomoe/tomoe-gtk/tomoe-gtk-${PORTVERSION}
DISTNAME= tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ume@FreeBSD.org
COMMENT= TOMOE GTK+ library
LIB_DEPENDS= libtomoe.so:japanese/tomoe
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-python=no
USES= gmake gnome libtool pathfix pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
LDFLAGS_powerpc= -lm
#OPTIONS= GUCHARMAP "Compile with gucharmap" on
.include <bsd.port.options.mk>
#.if defined(WITHOUT_GUCHARMAP)
CONFIGURE_ARGS+=--with-gucharmap=no
PLIST_SUB+= GUCHARMAP="@comment "
#.else
#LIB_DEPENDS+= libgucharmap.so:deskutils/gucharmap
#PLIST_SUB+= GUCHARMAP=""
#.endif
.include <bsd.port.mk>