mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
4c46ca73d8
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.
23 lines
522 B
Makefile
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>
|