mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d211d15440
set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
31 lines
838 B
Makefile
31 lines
838 B
Makefile
# New ports collection makefile for: xwpick
|
|
# Version required: 2.20
|
|
# Date created: 24 June 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/07/12 23:35:13 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xwpick-2.20
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xwpick.1
|
|
MANCOMPRESSED= no
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xwpick ${PREFIX}/bin
|
|
@ ${INSTALL_DATA} ${WRKSRC}/xwpick.man ${PREFIX}/man/man1/xwpick.1
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/xwpick
|
|
@ ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/xwpick
|
|
@ ${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${PREFIX}/share/doc/xwpick
|
|
@ ${INSTALL_DATA} ${WRKSRC}/0README ${PREFIX}/share/doc/xwpick/README
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|