mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
686 B
Makefile
26 lines
686 B
Makefile
# New ports collection makefile for: killustrator
|
|
# Date created: 07 May 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= killustrator
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= http://wwwiti.cs.uni-magdeburg.de/~sattler/pub/killustrator/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
intl.1:${PORTSDIR}/devel/gettext \
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/kdehelp:${PORTSDIR}/x11/kdebase11
|
|
|
|
USE_QT= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|