freebsd-ports/japanese/scim-skk/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

28 lines
675 B
Makefile

# Created by: Jun Mukai <mukai@jmuk.org>
# $FreeBSD$
# $MCom: ports/japanese/scim-skk/Makefile,v 1.1 2006/09/30 05:17:05 ahze Exp $
PORTNAME= scim-skk
PORTVERSION= 0.5.2
PORTREVISION= 12
CATEGORIES= japanese
MASTER_SITES= SFJP/scim-imengine/18121
MAINTAINER= ports@FreeBSD.org
COMMENT= SCIM IMEngine module like SKK
BUILD_DEPENDS= scim:textproc/scim
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gmake iconv libtool pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h
.include <bsd.port.mk>