mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
08363af9ca
- Fix build on amd64 Reported by: pointyhat via kris [1]
32 lines
687 B
Makefile
32 lines
687 B
Makefile
# 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://codeworks.gnomedia.com/krefty/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= Quick Reference sheets for KDE
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
post-extract:
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|