1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/mpeg-lib/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

26 lines
491 B
Makefile

# New ports collection makefile for: mpeg_lib
# Version required: 1.1
# Date created: 16 November 1994
# Whom: torstenb
#
# $FreeBSD$
#
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} ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>