mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4f511689c6
KDE version 1.1 should be used in lieu of 1.0 since the latter will be going away soon.
22 lines
506 B
Makefile
22 lines
506 B
Makefile
# 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>
|