Changeset View
Changeset View
Standalone View
Standalone View
head/multimedia/avidemux/Makefile
# Created by: Anish Mistry (with help from mean) | # Created by: Anish Mistry (with help from mean) | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
# assuming freebsd always has 16 byte aligned malloc as macos does. is this true? | # assuming freebsd always has 16 byte aligned malloc as macos does. is this true? | ||||
# nls files not getting installed with nls=on. are they getting built? | # nls files not getting installed with nls=on. are they getting built? | ||||
# sync port options with current software options | # sync port options with current software options | ||||
PORTNAME= avidemux | PORTNAME= avidemux | ||||
PORTVERSION= ${AVIDEMUX_VERSION} | PORTVERSION= ${AVIDEMUX_VERSION} | ||||
PORTREVISION= 2 | |||||
CATEGORIES= multimedia | CATEGORIES= multimedia | ||||
MAINTAINER= multimedia@FreeBSD.org | MAINTAINER= multimedia@FreeBSD.org | ||||
COMMENT= Simple GUI based video editor | COMMENT= Simple GUI based video editor | ||||
.include "${.CURDIR}/Makefile.common" | .include "${.CURDIR}/Makefile.common" | ||||
.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MQT4} | .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MQT4} | ||||
Show All 33 Lines |