2326dc2216
An MPEG-1 video player
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: enjoympeg
|
|
# Date created: Jun 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= enjoympeg
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://people.freenet.de/for_Ki/
|
|
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|