blob: 1c9dc7658fcfa7dd101f3c6163a004e395209722 (
plain) (
blame)
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: six
# Date created: 2003-0-1-26
# Whom: arved
#
# $FreeBSD$
PORTNAME= six
PORTVERSION= 0.4.0
PORTREVISION= 1
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>
|