1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11-wm/ratmen/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

23 lines
522 B
Makefile

# Created by: alepulver
# $FreeBSD$
PORTNAME= ratmen
PORTVERSION= 2.2.3
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.update.uu.se/~zrajm/programs/ratmen/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple program for displaying a menu in a window
USES= perl5 xorg
USE_XORG= x11
USE_PERL5= build
PLIST_FILES= bin/ratmen man/man1/ratmen.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ratmen ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ratmen.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>