blob: 806b964338fc2d3739da2ea132a6abd055f3ab7c (
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
|
# New ports collection makefile for: sublib
# Date created: 12 May 2008
# Whom: Marcin Simonides <marcin@studio4plus.com>
#
# $FreeBSD$
#
PORTNAME= sublib
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= multimedia textproc
MASTER_SITES= SF
MAINTAINER= marcin@studio4plus.com
COMMENT= Subtitle handling library for .NET/Mono
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
USE_ZIP= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>
|