mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
601 B
Makefile
28 lines
601 B
Makefile
# New ports collection makefile for: libticonv
|
|
# Date created: 5 October 2006
|
|
# Whom: Tijl Coosemans <tijl@ulyssis.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libticonv
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://lpg.ticalc.org/prj_tilp/download/ \
|
|
http://tijl.fastmail.fm/mirror/
|
|
|
|
MAINTAINER= tijl@coosemans.org
|
|
COMMENT= TI calculator character set library
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib20 gnomehack pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_ICONV= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|