f2c3174517
- update devel/libtifiles2 to 1.1.5 - update comms/libticables2 to 1.3.3 - update comms/libticalcs2 to 1.1.7 - update comms/tilp2 to 1.16 - bump PORTREVISION for emulators/tiemu3 - add LICENSE (GPLv2) I did this in single commit because this ports are tightly interconnected, so chanses are good to (temporarily) broke something, committing them separatedly. PR: 164024 Submitted by: Tijl Coosemans <tijl at coosemans dot org> (maintainer)
28 lines
524 B
Makefile
28 lines
524 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.3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.16
|
|
|
|
MAINTAINER= tijl@coosemans.org
|
|
COMMENT= TI calculator character set library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib20 gnomehack pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_ICONV= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|