diff options
Diffstat (limited to 'x11-fm/xnc/Makefile')
-rw-r--r-- | x11-fm/xnc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index 800f97b..376b7e1 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -6,12 +6,12 @@ # PORTNAME= xnc -PORTVERSION= 4.2.1 +PORTVERSION= 4.4.0 CATEGORIES= x11-fm MASTER_SITES= http://www.xnc.dubna.su/src/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/desktop -DISTFILES= ${DISTNAME}.src.tar.gz +DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= demon@FreeBSD.org @@ -26,10 +26,12 @@ MAINTAINER= demon@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1 |