freebsd-ports/japanese/scim-anthy/Makefile
Tobias Kortkamp 6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00

27 lines
651 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
PORTNAME= scim-anthy
PORTVERSION= 1.2.7
PORTREVISION= 6
CATEGORIES= japanese
MASTER_SITES= OSDN/scim-imengine
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM IMEngine module using Anthy
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= scim:textproc/scim
LIB_DEPENDS= libanthy.so:japanese/anthy \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
RUN_DEPENDS:= ${BUILD_DEPENDS} \
kasumi:japanese/kasumi
USES= gettext-runtime gmake gnome iconv libtool:keepla pkgconfig
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
GNU_CONFIGURE= yes
.include <bsd.port.mk>