mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2eb4172d38
Update MASTER_SITES. Add LICENSE. Conform current LIB_DEPENDS convention. Remove NO_STAGE mark. Use %%DATADIR%% in pkg-plist.
33 lines
673 B
Makefile
33 lines
673 B
Makefile
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jmode
|
|
PORTVERSION= 0.6.7
|
|
PORTREVISION= 7
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= anthy/5467
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT?= XIM server for Anthy input method
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy
|
|
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile with GCC 4.2
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|