1999-06-14 21:58:12 +02:00
|
|
|
# New ports collection makefile for: asfsm
|
|
|
|
# Date created: 4 June 1999
|
|
|
|
# Whom: jack
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1999-06-14 21:58:12 +02:00
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= asfsm
|
|
|
|
PORTVERSION= 1.0.p15
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 2
|
1999-06-14 21:58:12 +02:00
|
|
|
CATEGORIES= sysutils afterstep
|
2001-05-01 12:19:46 +02:00
|
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asfsm/
|
2000-04-09 21:09:11 +02:00
|
|
|
DISTNAME= asfsm-1.0pre15
|
1999-06-14 21:58:12 +02:00
|
|
|
|
2003-11-19 20:28:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= File-system monitor for the AfterStep window manager
|
1999-06-14 21:58:12 +02:00
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= xpm x11 sm ice xext xaw xt
|
1999-06-14 21:58:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= asfsm.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/asfsm
|
1999-06-14 21:58:12 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/asfsm.man ${PREFIX}/man/man1/asfsm.1
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "If you would like to be able to mount and umount file systems"
|
|
|
|
@${ECHO_MSG} "using asfsm, as root, type \`chmod 4555 ${PREFIX}/bin/asfsm\`"
|
|
|
|
@${ECHO_MSG} "NOTE: This opens a SECURITY HOLE as ALL users will have this ability."
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|