b931b2764f
in bsd.own.mk - see misc/50370 for details and a patch) [1] - Fix possible packagng error by avoiding building of the profiled library - add NOPROFILE=yes to MAKE_ENV [2] PR: 58562 [1] Submitted by: maintainer [1], sergei [2]
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# New ports collection makefile for: ufmcontrol
|
|
# Date created: 7 December 2002
|
|
# Whom: nivit@users.sourceforge.net
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ufmcontrol-i18n
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:C/-i18n$//1}
|
|
|
|
MAINTAINER= nivit@users.sourceforge.net
|
|
COMMENT= USB radio control utility
|
|
|
|
INSTALLS_SHLIB= yes
|
|
MAKE_ENV= NOPROFILE=yes
|
|
|
|
MAN1= ufmcontrol.1
|
|
MANLANG= "" it.ISO8859-1
|
|
|
|
.include <bsd.port.mk>
|