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
1997-07-17 15:13:02 +00:00

23 lines
492 B
Makefile

# New ports collection makefile for: mpeg_lib
# Version required: 1.1
# Date created: 16 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.5 1996/11/18 11:28:14 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>