1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile

26 lines
533 B
Makefile
Raw Normal View History

1994-11-20 16:00:10 +00:00
# New ports collection makefile for: mpeg_lib
# Version required: 1.1
# Date created: 16 November 1994
# Whom: torstenb
#
1998-09-19 19:06:50 +00:00
# $Id: Makefile,v 1.8 1998/03/15 19:43:13 steve Exp $
1994-11-20 16:00:10 +00:00
#
DISTNAME= mpeg_lib-1.2.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/
MAINTAINER= ports@FreeBSD.ORG
1994-11-20 16:00:10 +00:00
WRKSRC= ${WRKDIR}/mpeg_lib
GNU_CONFIGURE= yup
1994-11-20 16:00:10 +00:00
pre-install:
@mkdir -p ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
post-install:
1998-09-19 19:06:50 +00:00
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1994-11-20 16:00:10 +00:00
.include <bsd.port.mk>