diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 18:09:45 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 18:09:45 +0000 |
commit | f26b7c4c69781bfee25e27f84232802c3156f3d2 (patch) | |
tree | 7f46cc436ffb24ff39f3184027485e7147a1a12b /devel/libtifiles2 | |
parent | f7aec42b642014136557fe0314b1fb144d5d3ae5 (diff) | |
download | ports-f26b7c4c69781bfee25e27f84232802c3156f3d2.tar.gz ports-f26b7c4c69781bfee25e27f84232802c3156f3d2.zip |
Notes
Diffstat (limited to 'devel/libtifiles2')
-rw-r--r-- | devel/libtifiles2/Makefile | 40 | ||||
-rw-r--r-- | devel/libtifiles2/distinfo | 3 | ||||
-rw-r--r-- | devel/libtifiles2/pkg-descr | 7 | ||||
-rw-r--r-- | devel/libtifiles2/pkg-plist | 25 |
4 files changed, 75 insertions, 0 deletions
diff --git a/devel/libtifiles2/Makefile b/devel/libtifiles2/Makefile new file mode 100644 index 000000000000..831431446375 --- /dev/null +++ b/devel/libtifiles2/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: libtifiles2 +# Date created: 11 October 2006 +# Whom: Tijl Coosemans <tijl@ulyssis.org> +# +# $FreeBSD$ +# + +PORTNAME= libtifiles2 +PORTVERSION= 1.0.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gtktiemu +DISTNAME= ${PORTNAME}-20060925 + +MAINTAINER= tijl@ulyssis.org +COMMENT= TI calculator file types library + +LIB_DEPENDS= ticonv.2:${PORTSDIR}/converters/libticonv + +WRKSRC= ${WRKDIR}/libtifiles + +USE_AUTOTOOLS= libtool:15 +USE_BZIP2= yes +USE_GCC= 3.4+ +USE_GMAKE= yes +USE_GNOME= glib20 gnomehack pkgconfig +USE_LDCONFIG= yes + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB= NLS="@comment " +.endif + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/devel/libtifiles2/distinfo b/devel/libtifiles2/distinfo new file mode 100644 index 000000000000..45913ee2dc8b --- /dev/null +++ b/devel/libtifiles2/distinfo @@ -0,0 +1,3 @@ +MD5 (libtifiles2-20060925.tar.bz2) = 54e23b383a6a5808cce9e71697cdfbc0 +SHA256 (libtifiles2-20060925.tar.bz2) = c4a999fef9664d8322ab3794f65dfc8f952d31f6bbf91fd693046466052fec87 +SIZE (libtifiles2-20060925.tar.bz2) = 549456 diff --git a/devel/libtifiles2/pkg-descr b/devel/libtifiles2/pkg-descr new file mode 100644 index 000000000000..e7ada4b43559 --- /dev/null +++ b/devel/libtifiles2/pkg-descr @@ -0,0 +1,7 @@ +The tifiles library is a library to handle the various TI calculator +file formats. + +WWW: http://tilp.info/ + +- Tijl Coosemans +tijl@ulyssis.org diff --git a/devel/libtifiles2/pkg-plist b/devel/libtifiles2/pkg-plist new file mode 100644 index 000000000000..0df23efef413 --- /dev/null +++ b/devel/libtifiles2/pkg-plist @@ -0,0 +1,25 @@ +include/tilp2/export2.h +include/tilp2/files8x.h +include/tilp2/files9x.h +include/tilp2/stdints2.h +include/tilp2/tifiles.h +include/tilp2/types73.h +include/tilp2/types82.h +include/tilp2/types83.h +include/tilp2/types83p.h +include/tilp2/types84p.h +include/tilp2/types85.h +include/tilp2/types86.h +include/tilp2/types89.h +include/tilp2/types89t.h +include/tilp2/types92.h +include/tilp2/types92p.h +include/tilp2/typesv2.h +include/tilp2/typesxx.h +lib/libtifiles2.a +lib/libtifiles2.la +lib/libtifiles2.so +lib/libtifiles2.so.3 +libdata/pkgconfig/tifiles2.pc +%%NLS%%share/locale/fr/LC_MESSAGES/libtifiles2.mo +@dirrmtry include/tilp2 |