aboutsummaryrefslogtreecommitdiffstats
path: root/print/ifhp/Makefile
blob: 1bbd11b8d66bcbe56666c20ff94210d38bbdbe3f (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
# New ports collection makefile for:    ifhp
# Date created:     27 August 1999
# Whom:         papowell@astart.com
#
# $FreeBSD$
#

PORTNAME=   ifhp
PORTVERSION=    3.3.10
CATEGORIES= print
MASTER_SITES=   ftp://ftp.astart.com/pub/LPRng/FILTERS/
EXTRACT_SUFX=   .tgz

MAINTAINER= papowell@astart.com

MAKEFILE=   Makefile.bsd
HAS_CONFIGURE=  yes

MAN8=       ifhp.8 textps.8

post-install:
    ${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/ifhp
.if !defined(NOPORTSDOCS)
    ${CP} -r ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/ifhp;
.endif

.include <bsd.port.mk>
s MAKE_JOBS_SAFE=yespgollucci2009-05-221-0/+2 * Bump PORTREVISION for latest plist fix.marcus2009-03-221-1/+1 * - Plist fix (cannot use apxs on deinstall with apache22)pav2009-03-201-1/+1 * Apr and apache22 conflict by default, so override the pkg-config lookupmarcus2009-03-021-4/+5 * Explicitly disable lynx.marcus2009-02-281-0/+1 * Add a missing dependency on apr.marcus2009-02-281-2/+3 * While mod_dnssd 0.6 builds with Apache 2.0, it really needs Apache 2.2marcus2009-02-281-1/+2