freebsd-ports/sysutils/asfsm/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

35 lines
902 B
Makefile

# New ports collection makefile for: asfsm
# Date created: 4 June 1999
# Whom: jack
#
# $FreeBSD$
PORTNAME= asfsm
PORTVERSION= 1.0.p15
PORTREVISION= 2
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_XORG= xpm x11 sm ice xext xaw xt
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>