1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile
Steve Price d112d0f6cc * Removed unneeded lines from Makefile
* Fixed install options
* Fixed pkg/PLIST

PR:		15223
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 16:14:45 +00:00

23 lines
480 B
Makefile

# New ports collection makefile for: mpeg_lib
# Version required: 1.3.1
# Date created: 16 November 1994
# Whom: torstenb
#
# $FreeBSD$
#
DISTNAME= mpeg_lib-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
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>