freebsd-ports/sysutils/asfsm/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

31 lines
647 B
Makefile

# Created by: jack
# $FreeBSD$
PORTNAME= asfsm
DISTVERSION= 1.0pre15
PORTREVISION= 3
CATEGORIES= sysutils afterstep
MASTER_SITES= http://tigr.net/afterstep/download/asfsm/
MAINTAINER= ports@FreeBSD.org
COMMENT= File-system monitor for the AfterStep window manager
LICENSE= GPLv2
USES= xorg
USE_XORG= ice sm x11 xaw xext xpm xt
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
PLIST_FILES= bin/asfsm man/man1/asfsm.1.gz
post-build:
@${LN} -sf asfsm.man ${WRKSRC}/asfsm.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/asfsm.man ${STAGEDIR}${MANPREFIX}/man/man1/asfsm.1
.include <bsd.port.mk>