freebsd-ports/deskutils/sliderule/Makefile

19 lines
359 B
Makefile
Raw Normal View History

2013-06-28 22:56:05 +02:00
# Created by: joerg
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= yes
2014-08-12 14:07:31 +02:00
PLIST_FILES= bin/sliderule man/man1/sliderule.1.gz
.include <bsd.port.mk>