aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ppmd/Makefile
blob: 3d0b8b3992dc67414167d4770db28c7568e35b2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    ppmd
# Date created:             11 Aug 2005
# Whom:                 Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#

PORTNAME=   ppmd
PORTVERSION=    20050811
CATEGORIES= archivers
MASTER_SITES=   CRITICAL

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    A fast archiver with a good compression ratio

MAKE_JOBS_SAFE= yes

MAN1=       ppmd.1
PORTDOCS=   read_me.txt
PLIST_FILES=    bin/ppmd

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1

.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
reeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) * Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-2/+1 | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 * MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1 | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight * - Simplify MASTER_SITESDmitry Marakasov2014-12-232-16/+1 | | | | - Drop @dirrm* from plist * - Add DOCS optionDanilo Egea Gondolfo2013-11-241-11/+10 | | | | - Add stage support * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-1/+2 | | | | games) * LEGAL only indicates that the license is "restrictive" but does not make it ↵Eitan Adler2013-03-251-8/+5 | | | | | | clear how so. Assume the worst and don't permit any use of the distfile. Approved by: portmgr (implicit) * -remove MD5Olli Hauer2011-07-031-1/+0 | * - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1 | | | | Submitted by: alepulver