aed7b6d5b0
lzop -- # GNU GPL -> # GPL macutil -- sync w/# None style nulib -- # Restrictive rar -- # Restrictive ucl -- # GPL unace -- # Copyrighted but freely distributable. That's all the author states. Is this acceptable as a license? -- Drop MAINTAINER per his request unarj -- # Restrictive PERMIT_*_CDROM=No "If you wish to distribute a modified version of UNARJ you MUST indicate that it is a modified version both in the program and source code." unrar -- # Restrictive unzip -- # Conditional It is freely re-distributable with conditions which we meet. This could use another pair of eyes to confirm. zip -- # Conditional Same thing as unzip. zoo -- # Conditional Different author/license but same idea as zip/unzip.
27 lines
671 B
Makefile
27 lines
671 B
Makefile
# $OpenBSD: Makefile,v 1.17 2003/05/24 02:40:42 jolan Exp $
|
|
# $FreeBSD: Makefile,v 1.12 1999/02/17 22:25:36 ache Exp $
|
|
|
|
COMMENT= "extract files from ARJ archives"
|
|
|
|
DISTNAME= unarj-2.43
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
# Restrictive
|
|
PERMIT_PACKAGE_CDROM= No
|
|
PERMIT_PACKAGE_FTP= No
|
|
PERMIT_DISTFILES_CDROM= No
|
|
PERMIT_DISTFILES_FTP= No
|
|
|
|
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj
|
|
cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin
|
|
cd ${WRKSRC}; ${INSTALL_DATA} unarj.doc technote.doc ${PREFIX}/share/doc/unarj
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|