freebsd-ports/graphics/xtexcad/Makefile
Baptiste Daroussin d0b8e0bff8 Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework
2013-06-28 21:19:31 +00:00

19 lines
401 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
MAN1= xtexcad.1
PLIST_FILES= bin/xtexcad lib/X11/app-defaults/XTeXcad
.include <bsd.port.mk>