20 lines
401 B
Makefile
20 lines
401 B
Makefile
# New ports collection makefile for: krosswordplayer
|
|
# Date created: 2004-07-01
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= KrossWordPlayer
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 10
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://home.houston.rr.com/epasveer/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE crossword puzzle game
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
.include <bsd.port.mk>
|