mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
35bfcc81c3
tablerature. PR: 28841 Submitted by: Seth Kingsley <sethk@meowfishies.com>
28 lines
623 B
Makefile
28 lines
623 B
Makefile
# New ports collection makefile for: khordpro
|
|
# Date created: June 8, 2001
|
|
# Whom: Seth Kingsley <sethk@meowfishies.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= khordpro
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= http://digilander.iol.it/merlim/khordpro/files/
|
|
|
|
MAINTAINER= sethk@meowfishies.com
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_KDELIBS_VER=2
|
|
USE_AUTOCONF= yes
|
|
|
|
post-patch:
|
|
${PERL} -pi -e "s@-lqt @-lqt2 @g" ${WRKSRC}/khordpro/Makefile.am
|
|
${PERL} -pi -e "s@/usr/bin@${LOCALBASE}/bin@g" ${WRKSRC}/khordpro/cpm_html.cpp
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cpm.pl ${PREFIX}/bin/cpm
|
|
|
|
.include <bsd.port.mk>
|