mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
6757061a2e
Makefile causing second patching to fail.) PR: ports/59700 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: marcus (portmgr) Approved by: adamw (mentor)
23 lines
543 B
Makefile
23 lines
543 B
Makefile
# New ports collection makefile for: diacanvas
|
|
# Date created: 04 February 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diacanvas
|
|
PORTVERSION= 0.40.1
|
|
CATEGORIES= graphics gnome
|
|
# mastersite disappeared in December 2000
|
|
MASTER_SITES= # http://www.linuxstart.com/~arjan/diacanvas/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A general drawing canvas from dia dialog editor
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12 imlib gnomehack
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|