freebsd-ports/graphics/mpeg-lib/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

21 lines
405 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
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
.include <bsd.port.mk>