blob: 8e446e8ca60d1485408c800834b377248fb73448 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: asfsm
# Date created: 4 June 1999
# Whom: jack
#
# $FreeBSD$
PORTNAME= asfsm
PORTVERSION= 1.0.p15
CATEGORIES= sysutils afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asfsm/
DISTNAME= asfsm-1.0pre15
MAINTAINER= ports@FreeBSD.org
COMMENT= File-system monitor for the AfterStep window manager
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
MAN1= asfsm.1
PLIST_FILES= bin/asfsm
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>
|