pkgsrc-wip/wordcut/Makefile
Aleksej Saushev b011ad6772 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 20:11:06 +00:00

19 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 20:11:07 asau Exp $
#
DISTNAME= wordcut-0.5.1b2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thaiwordseg/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://thaiwordseg.sourceforge.net/
COMMENT= Thai word segmentation utility
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= wordcut.pc.in
.include "../../mk/bsd.pkg.mk"