aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzmalib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-30 09:02:57 +0800
committerbapt <bapt@FreeBSD.org>2013-08-30 09:02:57 +0800
commitaebf2d0daee118826e1f126e652665f089b6b569 (patch)
treeee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/lzmalib
parent56d11c945fd26b8d2b3c053683e03e16dbadd3d1 (diff)
downloadfreebsd-ports-gnome-aebf2d0daee118826e1f126e652665f089b6b569.tar.gz
freebsd-ports-gnome-aebf2d0daee118826e1f126e652665f089b6b569.tar.zst
freebsd-ports-gnome-aebf2d0daee118826e1f126e652665f089b6b569.zip
Convert archivers from USE_GMAKE to USES=gmake
While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
Diffstat (limited to 'archivers/lzmalib')
-rw-r--r--archivers/lzmalib/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile
index 22d34f9fdb62..d02ab101f8d4 100644
--- a/archivers/lzmalib/Makefile
+++ b/archivers/lzmalib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lzmalib
-# Date created: 2008-09-22
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= lzmalib
PORTVERSION= 0.0.1
@@ -13,8 +9,8 @@ MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Thin wrapper library of LZMA
+USES= gmake
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>