diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-02-17 07:58:57 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-02-17 07:58:57 +0000 |
commit | b1b402e62e834062eeefdc05a8492019d71c9169 (patch) | |
tree | 19d9af9c1206da387744f3efb9810639bcbff8b2 /archivers/szip/Makefile | |
parent | 0fec6e2a665da0e8fc82723100a2d90d18975d82 (diff) | |
download | ports-b1b402e62e834062eeefdc05a8492019d71c9169.tar.gz ports-b1b402e62e834062eeefdc05a8492019d71c9169.zip |
Notes
Diffstat (limited to 'archivers/szip/Makefile')
-rw-r--r-- | archivers/szip/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile new file mode 100644 index 000000000000..abb9d214de02 --- /dev/null +++ b/archivers/szip/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: szip +# Date created: 15 January 2002 +# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru> +# +# $FreeBSD$ +# + +PORTNAME= szip +PORTVERSION= 1.12b +CATEGORIES= archivers +MASTER_SITES= http://www.compressconsult.com/szip/ +DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}_FreeBSD + +MAINTAINER= tiamat@telegraph.spb.ru + +NO_BUILD= yes +ONLY_FOR_ARCHS= i386 + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin +.ifndef (NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR} +.endif + +.include <bsd.port.mk> |