blob: 9805950f3b00c38cf58e20b3489cbdb220ded4f4 (
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
|
# New ports collection makefile for: libdvdread
# Date created: 24 Jun 2001
# Whom: Marc van Woerkom <3d@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libdvdread
PORTVERSION= 0.8.0
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/
MAINTAINER= 3d@FreeBSD.org
USE_GMAKE= yes
USE_AUTOMAKE= yes
AUTOMAKE_ARGS= --add-missing --copy
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_NEWGCC= yes
# cf the excellent goat book:
# http://sources.redhat.com/autobook/autobook/autobook_43.html
post-patch:
@cd ${WRKSRC} && ./bootstrap
.include <bsd.port.mk>
|