View | Details | Raw Unified | Return to bug 190503
Collapse All | Expand All

(-)Makefile (-5 / +7 lines)
Lines 1-5 Link Here
1
# Created by: Konrad Heuer
1
# Created by: Konrad Heuer
2
# $FreeBSD$
2
# $FreeBSD: head/print/rprint/Makefile 353581 2014-05-10 17:21:13Z antoine $
3
3
4
PORTNAME=	rprint
4
PORTNAME=	rprint
5
PORTVERSION=	3.2
5
PORTVERSION=	3.2
Lines 10-21 Link Here
10
MAINTAINER=	kheuer@gwdg.de
10
MAINTAINER=	kheuer@gwdg.de
11
COMMENT=	Remote printing utility using a raw bidirectional tcp connection
11
COMMENT=	Remote printing utility using a raw bidirectional tcp connection
12
12
13
MAN1=		rprint.1
13
PLIST_FILES=	bin/rprint man/man1/rprint.1.gz
14
MANCOMPRESSED=	yes
14
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
15
PLIST_FILES=	bin/rprint
16
15
17
NO_STAGE=	yes
18
post-patch:
16
post-patch:
19
	@${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
17
	@${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
20
18
19
do-install:
20
	${INSTALL_PROGRAM} ${WRKSRC}/bin/rprint ${STAGEDIR}${PREFIX}/bin
21
	${INSTALL_MAN} ${WRKSRC}/man/rprint.1.gz ${STAGEDIR}${PREFIX}/man/man1
22
21
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 190503