1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/multimedia/recmpeg/Makefile
2021-04-06 16:31:07 +02:00

23 lines
412 B
Makefile

# Created by: ijliao
PORTNAME= recmpeg
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple video encoder
LIB_DEPENDS= libfame.so:multimedia/libfame
GNU_CONFIGURE= yes
PLIST_FILES= bin/recmpeg \
man/man1/recmpeg.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>