You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
744 B
37 lines
744 B
4 years ago
|
# -*-mode: makefile-*-
|
||
|
# Created by: slavek.banko@axis.cz
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
3 years ago
|
.include <../../../trinity.port.mk>
|
||
4 years ago
|
|
||
|
PORTNAME= codeine-trinity
|
||
|
COMMENT= Simple TDE video player
|
||
|
TDE_PREVERSION=
|
||
|
MASTER_SITE_SUBDIR= c/${PORTNAME}
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= x11
|
||
3 years ago
|
DIST_SUBDIR= TDE/applications/multimedia
|
||
4 years ago
|
|
||
|
|
||
4 years ago
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
|
||
4 years ago
|
|
||
|
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
|
||
|
|
||
|
LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine \
|
||
|
|
||
|
|
||
|
# Build
|
||
|
post-patch: tde-pathfix
|
||
|
|
||
|
do-configure: tde-cmake-prepare
|
||
|
${TDE_CMAKE_CONFIGURE} \
|
||
|
-DBUILD_ALL="ON" \
|
||
|
-DWITH_ALL_OPTIONS="ON"
|
||
|
|
||
|
do-build: tde-cmake-build
|
||
|
|
||
|
do-install: tde-cmake-install
|
||
|
|
||
|
.include <bsd.port.mk>
|