2001-06-03 14:28:05 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: enjoympeg
|
|
|
|
# Date created: Jun 3, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= enjoympeg
|
|
|
|
PORTVERSION= 0.4.1
|
2004-03-16 05:23:56 +01:00
|
|
|
PORTREVISION= 2
|
2003-04-04 03:38:40 +02:00
|
|
|
CATEGORIES= multimedia
|
2001-06-03 14:28:05 +02:00
|
|
|
MASTER_SITES= http://people.freenet.de/for_Ki/
|
|
|
|
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An MPEG-1 video player
|
2001-06-03 14:28:05 +02:00
|
|
|
|
2004-03-08 00:28:40 +01:00
|
|
|
LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg
|
2001-06-03 14:28:05 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-03-08 00:28:40 +01:00
|
|
|
USE_SDL= sdl
|
2001-06-03 14:28:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|