freebsd-ports/games/kpicframer/Makefile

31 lines
548 B
Makefile
Raw Normal View History

2004-01-25 16:40:57 +01:00
# New ports collection Makefile for: kpicframer
# Date created: 2004-01-25
# Whom: arved
#
# $FreeBSD$
PORTNAME= kpicframer
PORTVERSION= 0.5
2012-06-01 07:26:28 +02:00
PORTREVISION= 13
2004-01-25 16:40:57 +01:00
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
2004-01-25 16:40:57 +01:00
MAINTAINER= ports@FreeBSD.org
2004-01-25 16:40:57 +01:00
COMMENT= KDE card game
2004-02-19 19:56:28 +01:00
LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
2004-01-25 16:40:57 +01:00
USE_KDELIBS_VER= 3
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
2004-01-25 16:40:57 +01:00
USE_GMAKE= yes
pre-build:
${TOUCH} ${WRKSRC}/config.h.in
.include <bsd.port.mk>