mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtexcad
|
|
PORTVERSION= 2.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= TEX_CTAN/graphics/xtexcad
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple drawing program enforcing limited slopes and diameters
|
|
|
|
USES= imake
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
|
|
PLIST_FILES= bin/xtexcad lib/X11/app-defaults/XTeXcad \
|
|
man/man1/xtexcad.1.gz
|
|
|
|
.include <bsd.port.mk>
|