freebsd-ports/devel/libtifiles2/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= libtifiles2
PORTVERSION= 1.1.6
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17
MAINTAINER= tijl@FreeBSD.org
COMMENT= TI calculator file types library
LICENSE= GPLv2
LIB_DEPENDS= libticonv.so:converters/libticonv
USE_GNOME= glib20
USE_LDCONFIG= yes
USES= gmake libarchive libtool pathfix pkgconfig tar:bzip2
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
GNU_CONFIGURE= yes
.include <bsd.port.mk>