forked from Lainports/freebsd-ports
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'd'.
19 lines
371 B
Makefile
19 lines
371 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sliderule
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= LOCAL/joerg
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= The part of X11R3's xcalc featuring a slide rule
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
USE_GCC= any
|
|
PLIST_FILES= bin/sliderule man/man1/sliderule.1.gz
|
|
|
|
.include <bsd.port.mk>
|