freebsd-ports/games/kpictorial/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
584 B
Makefile

# New ports collection makefile for: kpictorial
# Date created: 2003-10-13
# Whom: arved
#
# $FreeBSD$
PORTNAME= kpictorial
PORTVERSION= 0.9.1
PORTREVISION= 5
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kpictorial
MAINTAINER= arved@FreeBSD.org
COMMENT= Little logical game for KDE
USE_KDELIBS_VER= 3
USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
post-patch:
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>