19b300324c
* Added support for Hungarian runes using Sinai private encoding * Several string pointers (*str) were replaced with str[] * wchar_t -> UTF32 and required casts were added in some places * Copyright date and shlib version where bumped, whitespace nits - Switch to a smaller .tar.bz2 distfile instead of .tar.gz one - Remove `post-patch' target that does nothing useful these days - Employ USES+=localbase and sort the knobs properly while here TIMESTAMP (libuninum-2.7.tar.bz2) = 1211412823
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libuninum
|
|
PORTVERSION= 2.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://billposer.org/Software/Downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for converting Unicode strings to numbers
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
USES= libtool localbase tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|