mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c9ea361463
on sdl12-1.2.5
24 lines
417 B
Makefile
24 lines
417 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://people.freenet.de/for_Ki/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
COMMENT= An MPEG-1 video player
|
|
|
|
LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_SDL= sdl
|
|
|
|
.include <bsd.port.mk>
|