20 lines
455 B
Makefile
20 lines
455 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 13:46:57 drochner Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= unac-1.7.0
|
||
|
CATEGORIES= textproc
|
||
|
MASTER_SITES= http://www.senga.org/download/unac/
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= http://www.senga.org/download/unac/
|
||
|
COMMENT= C library that removes accents from characters
|
||
|
LICENSE= gnu-gpl-v2
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
PKGCONFIG_OVERRIDE+= unac.pc.in
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|