1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile
1998-03-15 19:44:16 +00:00

26 lines
496 B
Makefile

# New ports collection makefile for: mpeg_lib
# Version required: 1.1
# Date created: 16 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.7 1997/10/15 13:17:39 erich 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:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>