aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ksubeditor/Makefile
blob: f216246d130628c20823ce323bad757322bdc1b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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
PORTVERSION=    0.2
PORTREVISION=   9
PORTEPOCH=  1
CATEGORIES= multimedia kde
MASTER_SITES=   SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME:L}-${PORTVERSION}
DISTNAME=   ${PORTNAME:L}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A video subtitle editor for KDE

WRKSRC=     ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}

USE_KDELIBS_VER=3
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:22

post-extract:
    @${TOUCH} ${WRKSRC}/stamp-h.in

post-patch:
    @${REINPLACE_CMD} -e 's/-O2//g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
        ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>