freebsd-ports/graphics/mpeg-lib/Makefile

25 lines
504 B
Makefile
Raw Normal View History

1994-11-20 17:00:10 +01:00
# New ports collection makefile for: mpeg_lib
# Version required: 1.3.1
1994-11-20 17:00:10 +01:00
# Date created: 16 November 1994
# Whom: torstenb
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
1994-11-20 17:00:10 +01:00
#
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}"
1994-11-20 17:00:10 +01:00
pre-install:
@${MKDIR} ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
1994-11-20 17:00:10 +01:00
post-install:
1998-09-19 21:06:50 +02:00
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1994-11-20 17:00:10 +01:00
.include <bsd.port.mk>