2000-02-23 18:30:22 -05:00
|
|
|
# New ports collection makefile for: imwheel-0.9.7
|
|
|
|
# Date created: 18 Feb 2000
|
|
|
|
# Whom: jhb
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 15:19:05 -04:00
|
|
|
PORTNAME= imwheel
|
2001-06-28 19:48:48 -04:00
|
|
|
PORTVERSION= 0.9.9
|
2000-02-23 18:30:22 -05:00
|
|
|
CATEGORIES= x11
|
2001-06-28 19:48:48 -04:00
|
|
|
MASTER_SITES= http://jonatkins.org/imwheel/files/
|
2000-02-23 18:30:22 -05:00
|
|
|
|
2001-06-28 19:48:48 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-02-23 18:30:22 -05:00
|
|
|
|
|
|
|
USE_GMAKE= YES
|
|
|
|
USE_X_PREFIX= YES
|
2001-06-28 19:48:48 -04:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS= --disable-gpm
|
2000-02-23 18:30:22 -05:00
|
|
|
|
|
|
|
MAN1= imwheel.1
|
|
|
|
|
|
|
|
post-patch:
|
2001-06-28 19:48:48 -04:00
|
|
|
.for i in imwheel.1 util.c
|
|
|
|
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}
|
|
|
|
.endfor
|
2000-02-23 18:30:22 -05:00
|
|
|
|
2001-06-28 19:48:48 -04:00
|
|
|
post-install:
|
2000-02-23 18:30:22 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/imwheel
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS \
|
|
|
|
${PREFIX}/share/doc/imwheel
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|