Changeset View
Changeset View
Standalone View
Standalone View
head/emulators/winetricks/Makefile
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> | # Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= winetricks | PORTNAME= winetricks | ||||
PORTVERSION= 20161012 | PORTVERSION= 20161012 | ||||
CATEGORIES= emulators | CATEGORIES= emulators | ||||
MAINTAINER= lifanov@mail.lifanov.com | MAINTAINER= lifanov@FreeBSD.org | ||||
COMMENT= Easy way to work around problems in Wine | COMMENT= Easy way to work around problems in Wine | ||||
LICENSE= LGPL21 | LICENSE= LGPL21 | ||||
LICENSE_FILE= ${WRKSRC}/src/COPYING | LICENSE_FILE= ${WRKSRC}/src/COPYING | ||||
.if !defined(WITHOUT_X11) | .if !defined(WITHOUT_X11) | ||||
RUN_DEPENDS= zenity>0:x11/zenity | RUN_DEPENDS= zenity>0:x11/zenity | ||||
.endif | .endif | ||||
Show All 14 Lines |