freebsd-ports/multimedia/recmpeg/Makefile

24 lines
424 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
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
2014-10-31 22:43:47 +01:00
.include <bsd.port.mk>