blob: 7f918fe34da934db1361fc9197f5f4edad2eccb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: killustrator
# Version required: 0.2.1
# Date created: 07 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.5 1999/01/12 16:50:56 vanilla Exp $
#
DISTNAME= killustrator-0.2.1
CATEGORIES= graphics kde
MASTER_SITES= http://wwwiti.cs.uni-magdeburg.de/~sattler/pub/killustrator/
MAINTAINER= nacai@iname.com
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kde11
BROKEN= upgrade
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|