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.
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.2 2003/05/24 02:40:42 jolan Exp $
|
|
|
|
COMMENT= "several programs to handle macintosh files and archives"
|
|
DISTNAME= macutil2.0b3
|
|
PKGNAME= macutil-2.0b3
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
|
|
|
|
# None
|
|
PERMIT_PACKAGE_CDROM= No
|
|
PERMIT_PACKAGE_FTP= No
|
|
PERMIT_DISTFILES_CDROM= No
|
|
PERMIT_DISTFILES_FTP= No
|
|
|
|
MASTER_SITES= ftp://ftp.cwi.nl/pub/dik/
|
|
EXTRACT_SUFX= .shar.Z
|
|
|
|
MAKE_FILE= makefile
|
|
WRKDIST= ${WRKDIR}/macutil
|
|
MAKE_ENV= CF="${CFLAGS}" \
|
|
CC=${CC}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIST}/macunpack/macunpack \
|
|
${WRKDIST}/hexbin/hexbin \
|
|
${WRKDIST}/mixed/macsave \
|
|
${WRKDIST}/mixed/macstream \
|
|
${WRKDIST}/binhex/binhex \
|
|
${WRKDIST}/comm/tomac \
|
|
${WRKDIST}/comm/frommac ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKDIST}/man/macunpack.1 \
|
|
${WRKDIST}/man/hexbin.1 \
|
|
${WRKDIST}/man/macsave.1 \
|
|
${WRKDIST}/man/macstream.1 \
|
|
${WRKDIST}/man/binhex.1 \
|
|
${WRKDIST}/man/tomac.1 \
|
|
${WRKDIST}/man/frommac.1 \
|
|
${WRKDIST}/man/macutil.1 ${PREFIX}/man/man1
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/macutil
|
|
${INSTALL_DATA} ${WRKDIST}/README ${PREFIX}/share/doc/macutil
|
|
|
|
.include <bsd.port.mk>
|