be4912d2eb
PR: 23439 non-responce from: maintainer
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: wmmount
|
|
# Date created: 04 Janyary 1999
|
|
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmmount
|
|
PORTVERSION= 1.0b2
|
|
CATEGORIES= sysutils windowmaker afterstep
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/
|
|
DISTNAME= ${PORTNAME}-1.0-beta2
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ozz@FreeBSD.org.ru
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
|
|
post-patch:
|
|
.for file in system.wmmount.eg system.wmmount.sh
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/${file}
|
|
.endfor
|
|
.if exists(/etc/fstab)
|
|
@${SH} ${WRKSRC}/config/system.wmmount.sh > ${WRKSRC}/system.wmmount
|
|
.else
|
|
@${CP} ${WRKSRC}/config/system.wmmount.eg ${WRKSRC}/system.wmmount
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmmount ${PREFIX}/bin
|
|
@${MKDIR} ${PREFIX}/lib/X11/wmmount
|
|
${INSTALL_DATA} ${WRKSRC}/system.wmmount ${PREFIX}/lib/X11/wmmount
|
|
.for image in blank.xpm cdrom.xpm floppy.xpm harddisk.xpm zip.xpm
|
|
${INSTALL_DATA} ${WRKSRC}/lib/${image} ${PREFIX}/lib/X11/wmmount
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|