aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dumpmpeg/Makefile
blob: e1bc650145c86af63d2ca8f8349e4029c185fcdc (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
# ex:ts=8
# New ports collection makefile for:    dumpmpeg
# Date created:         Jun 3, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   dumpmpeg
PORTVERSION=    0.6
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ijliao@FreeBSD.org

LIB_DEPENDS=    SDL-1.1:${PORTSDIR}/devel/sdl12 \
        smpeg:${PORTSDIR}/graphics/smpeg

SDL_CONFIG?=    ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  SDL_CONFIG=${SDL_CONFIG}

MAN1=   dumpmpeg.1

.include <bsd.port.mk>