mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# New ports collection makefile for: Ipe
|
|
# Date created: October 25 2000
|
|
# Whom: bremner@unb.ca
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Ipe
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/ipe/ \
|
|
ftp://ftp.cs.ruu.nl/pub/mirror/ipe/ \
|
|
ftp://ftp.cs.ust.hk/pub/ipe/
|
|
|
|
MAINTAINER= bremner@unb.ca
|
|
COMMENT= Extensible drawing editor
|
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \
|
|
latex:${PORTSDIR}/print/teTeX
|
|
|
|
USE_XLIB= yes
|
|
USE_MOTIF= yes
|
|
|
|
.include <bsd.port.mk>
|