blob: d18ce0243f1a2e8f28e92525249da73fe5fc4804 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: ja-libtomoe-gtk
# Date created: 18 Dec 2005
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libtomoe-gtk
PORTVERSION= 0.1.0
#PORTREVISION= 0
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR=tomoe/17171
MAINTAINER= ume@FreeBSD.org
COMMENT= TOMOE GTK+ library
LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe
USE_X_PREFIX= yes
USE_GNOME= lthack gnomehack gtk20
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
PLIST_DIRS= include/tomoe
PLIST_FILES= include/tomoe/tomoe_candidates_view.h \
include/tomoe/tomoe_canvas.h include/tomoe/tomoe-gtk.h \
include/tomoe/tomoe_window.h \
lib/libtomoe-gtk.a lib/libtomoe-gtk.so lib/libtomoe-gtk.so.0 \
libdata/pkgconfig/libtomoe-gtk.pc
.include <bsd.port.mk>
|