blob: f7e6b73ae9d0f117838e841584edcd067412aa12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: libtifiles
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libtifiles
PORTVERSION= 0.6.5
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/tilp/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= TI calculator file types library
DEPRECATED= Superseded by devel/libtifiles2
EXPIRATION_DATE=2013-07-01
USE_GETTEXT= yes
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|