mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
397 B
Makefile
22 lines
397 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sliderule
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= joerg
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= The part of X11R3's xcalc featuring a slide rule
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
MAN1= sliderule.1
|
|
PLIST_FILES= bin/sliderule
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|