mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
30 lines
708 B
Makefile
30 lines
708 B
Makefile
# New ports collection makefile for: ja-tomoe
|
|
# Date created: 18 Dec 2005
|
|
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tomoe
|
|
PORTVERSION= 0.2.1
|
|
#PORTREVISION= 0
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR=tomoe/16048
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Tegaki Online MOji-ninshiki Engine
|
|
|
|
USE_GNOME= lthack gnomehack
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
PLIST_DIRS= include/tomoe share/tomoe
|
|
PLIST_FILES= bin/tomoe bin/tomoe1 include/tomoe/tomoe.h \
|
|
lib/libtomoe.a lib/libtomoe.so lib/libtomoe.so.1 \
|
|
libdata/pkgconfig/tomoe.pc \
|
|
share/tomoe/all.tdic share/tomoe/hiragana.tdic
|
|
|
|
.include <bsd.port.mk>
|