mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
534fffca27
PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
36 lines
669 B
Makefile
36 lines
669 B
Makefile
# New ports collection makefile for: imwheel-0.9.7
|
|
# Date created: 18 Feb 2000
|
|
# Whom: jhb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imwheel
|
|
PORTVERSION= 0.9.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://jonatkins.org/imwheel/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= YES
|
|
USE_X_PREFIX= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --disable-gpm
|
|
|
|
MAN1= imwheel.1
|
|
|
|
post-patch:
|
|
.for i in imwheel.1 util.c
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}
|
|
.endfor
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/imwheel
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS \
|
|
${PREFIX}/share/doc/imwheel
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|