freebsd-ports/converters/libticonv/Makefile
Alejandro Pulver d5a3fc65be The ticonv library is a library to work with the various TI
calculator character sets.

WWW: http://tilp.info/

- Tijl Coosemans
tijl@ulyssis.org

PR:		ports/104407
Submitted by:	Tijl Coosemans <tijl at ulyssis.org>
2006-10-31 18:05:32 +00:00

30 lines
644 B
Makefile

# New ports collection makefile for: libticonv
# Date created: 5 October 2006
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libticonv
PORTVERSION= 1.0.0
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtktiemu
DISTNAME= ${PORTNAME}-20060925
MAINTAINER= tijl@ulyssis.org
COMMENT= TI calculator character set library
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOTOOLS= libtool:15
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>