1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile
1996-11-18 11:44:27 +00:00

23 lines
489 B
Makefile

# New ports collection makefile for: mpeg_lib
# Version required: 1.1
# Date created: 16 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.4 1995/06/24 11:38:07 asami Exp $
#
DISTNAME= mpeg_lib-1.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/
WRKSRC= ${WRKDIR}/mpeg_lib
pre-install:
@mkdir -p ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
@mkdir -p ${PREFIX}/man/man1 ${PREFIX}/man/man3
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>