1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile

21 lines
406 B
Makefile
Raw Normal View History

1994-11-20 16:00:10 +00:00
# New ports collection makefile for: mpeg_lib
# Date created: 16 November 1994
# Whom: torstenb
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
1994-11-20 16:00:10 +00:00
#
PORTNAME= mpeg_lib
PORTVERSION= 1.3.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ \
http://starship.python.net/~gward/mpeglib/
MAINTAINER= ports@FreeBSD.org
INSTALLS_SHLIBS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
1994-11-20 16:00:10 +00:00
.include <bsd.port.mk>