mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c99c600944
string so I fixed it.
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# New ports collection makefile for: mpeg_lib
|
|
# Date created: 16 November 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|