2004-01-19 20:15:39 +00:00
|
|
|
# New ports collection makefile for: krefty
|
|
|
|
# Date created: Fri Jan 16 02:55:31 CET 2004
|
|
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= krefty
|
|
|
|
PORTVERSION= 0.2
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 5
|
2004-01-19 20:15:39 +00:00
|
|
|
CATEGORIES= deskutils kde
|
2004-06-08 01:06:03 +00:00
|
|
|
MASTER_SITES= http://codeworks.gnomedia.com/krefty/
|
2004-01-19 20:15:39 +00:00
|
|
|
|
2006-03-24 21:20:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-19 20:15:39 +00:00
|
|
|
COMMENT= Quick Reference sheets for KDE
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2006-11-14 01:08:14 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-06-06 11:46:15 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
2004-01-19 20:15:39 +00:00
|
|
|
|
2006-11-14 01:08:14 +00:00
|
|
|
DOCSDIR= share/doc/HTML
|
|
|
|
|
2004-01-19 20:15:39 +00:00
|
|
|
post-extract:
|
|
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
|
|
|
|
post-patch:
|
2004-08-14 00:19:30 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
2004-06-06 11:46:15 +00:00
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-01-19 20:15:39 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2004-06-06 11:46:15 +00:00
|
|
|
.include <bsd.port.mk>
|