2002-11-21 19:50:43 +01:00
|
|
|
# New ports collection makefile for: ksubeditor
|
|
|
|
# Date created: Thu Nov 21 15:05:53 UTC 2002
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= KSubeditor
|
2003-12-05 08:37:15 +01:00
|
|
|
PORTVERSION= 0.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 6
|
2003-12-05 08:37:15 +01:00
|
|
|
PORTEPOCH= 1
|
2002-11-21 19:50:43 +01:00
|
|
|
CATEGORIES= multimedia kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
2003-12-05 08:37:15 +01:00
|
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
2002-11-21 19:50:43 +01:00
|
|
|
|
2005-09-25 05:08:30 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= A video subtitle editor for KDE
|
2002-11-21 19:50:43 +01:00
|
|
|
|
2003-12-05 08:37:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
|
2002-11-21 19:50:43 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_KDELIBS_VER=3
|
2002-11-21 19:50:43 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-11-21 19:50:43 +01:00
|
|
|
|
2003-12-05 08:37:15 +01:00
|
|
|
post-extract:
|
|
|
|
@${TOUCH} ${WRKSRC}/stamp-h.in
|
|
|
|
|
|
|
|
post-patch:
|
2004-06-22 21:42:06 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-12-05 08:37:15 +01:00
|
|
|
|
2004-06-22 21:42:06 +02:00
|
|
|
.include <bsd.port.mk>
|