1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile
Steve Price 0dbb4e9e5d Honor CFLAGS.
PR:		15043
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-11-26 17:28:51 +00:00

25 lines
504 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/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
pre-install:
@${MKDIR} ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>