mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# New ports collection makefile for: krubik
|
|
# Date created: 23 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= krubik
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://www.phys.uu.nl/~eendebak/kde/
|
|
|
|
MAINTAINER= jedgar@fxp.org
|
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_QT= yes
|
|
|
|
.include <bsd.port.mk>
|