blob: 7f9ec9628cfaa4d5961f3fe59b5464c8e629a9ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1.1.1 2011/04/06 11:43:39 obache Exp $
#
DISTNAME= swath-0.4.1
CATEGORIES= textproc
MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/swath/ \
http://linux.thai.net/pub/ThaiLinux/software/swath/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/thailatex
COMMENT= Smart Word Analysis for THai
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
.include "../../devel/libdatrie/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|