Edit

IABSD.fr/ports/inputmethods/tomoe/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2009-02-16 15:29:43
    Hash : 4e11edfe
    Message : make better use of the existing MASTER_SITES_SOURCEFORGE_JP ok jasper, landry

  • inputmethods/tomoe/Makefile
  • # $OpenBSD: Makefile,v 1.4 2009/02/16 15:29:43 sthen Exp $
    COMMENT=	japanese handwriting recognition library
    
    DISTNAME=	tomoe-0.2.1
    
    HOMEPAGE= 	http://tomoe.sourceforge.jp/
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP:=tomoe/16048/}
    
    CATEGORIES=	japanese inputmethods
    
    SHARED_LIBS=	tomoe 0.0
    
    # LGPL
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    CONFIGURE_STYLE=gnu
    USE_LIBTOOL=	Yes
    WANTLIB=	c m
    
    .include <bsd.port.mk>