3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
22 lines
475 B
Makefile
22 lines
475 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.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:C/-i18n$//1}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= USB radio control utility
|
|
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= NOPROFILE=yes
|
|
|
|
MAN1= ufmcontrol.1
|
|
MANLANG= "" it.ISO8859-1
|
|
|
|
.include <bsd.port.mk>
|