mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
34 lines
774 B
Makefile
34 lines
774 B
Makefile
# 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= 10
|
|
PORTEPOCH= 1
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME:L}-${PORTVERSION}
|
|
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= A video subtitle editor for KDE
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
|
|
|
|
PORTSCOUT= skipv:0.13
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
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>
|