mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# New ports collection Makefile for: six
|
|
# Date created: 2003-0-1-26
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= six
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://six.retes.hu/download/
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= KDE HEX clone
|
|
|
|
USE_KDELIBS_VER= 3
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|