freebsd-ports/archivers/libcomprex/Makefile

29 lines
578 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= libcomprex
PORTVERSION= 0.3.3
PORTREVISION= 13
CATEGORIES= archivers
MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Transparently handles automatic compression and decompression of files
LICENSE= LGPL21
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
2006-08-14 11:56:58 +02:00
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
NLS_USES= gettext
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
NLS_CONFIGURE_ENABLE= nls
2004-03-25 13:16:56 +01:00
.include <bsd.port.mk>