freebsd-ports/deskutils/sliderule/Makefile
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

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>