aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mpeg-lib/Makefile
blob: 0665a13ac45a802fa394d3410df93e6b37f436d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>