summaryrefslogtreecommitdiff
path: root/archivers/lhasa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lhasa/Makefile')
-rw-r--r--archivers/lhasa/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile
new file mode 100644
index 000000000000..9cf50308214d
--- /dev/null
+++ b/archivers/lhasa/Makefile
@@ -0,0 +1,34 @@
+# Created by: Carsten Larsen <cs@innolan.dk>
+# $FreeBSD$
+
+PORTNAME= lhasa
+PORTVERSION= 0.3.1
+CATEGORIES= archivers
+MASTER_SITES= https://soulsphere.org/projects/lhasa/ \
+ http://suyai.innolan.net/
+
+MAINTAINER= cs@innolan.dk
+COMMENT= Command line tool and library for parsing LHA archives
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= autoreconf pathfix libtool
+PATHFIX_MAKEFILEIN= Makefile.am
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --disable-silent-rules \
+ --program-suffix=sa
+INSTALL_TARGET= install-strip
+
+PORTDOCS= ChangeLog README AUTHORS TODO NEWS
+
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
+.endfor
+
+.include <bsd.port.mk>