blob: a402b2059e663d4044d67c81a7057f5c44dd458d (
plain)
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.3 1998/08/25 10:16:25 asami Exp $
#
DISTNAME= killustrator-0.2.1
CATEGORIES= graphics kde
MASTER_SITES= http://wwwiti.cs.uni-magdeburg.de/~sattler/pub/killustrator/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kde
BROKEN= upgrade
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|