1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile
1998-09-19 19:06:50 +00:00

26 lines
533 B
Makefile

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