diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-22 09:35:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-22 09:35:26 +0000 |
commit | c263f184b00a909a33560776082c540dac6d2831 (patch) | |
tree | 5aa1981b7d0809867ed3f976c6e0b71c6f16537b /x11 | |
parent | - Update to 4.7.27 (diff) |
- Update to 0.8
PR: 122186
Submitted by: Petr Holub <hopet@ics.muni.cz> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcalib/Makefile | 13 | ||||
-rw-r--r-- | x11/xcalib/distinfo | 6 | ||||
-rw-r--r-- | x11/xcalib/pkg-descr | 2 |
3 files changed, 10 insertions, 11 deletions
diff --git a/x11/xcalib/Makefile b/x11/xcalib/Makefile index 61b7949b38e6..164dfcd50b39 100644 --- a/x11/xcalib/Makefile +++ b/x11/xcalib/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xcalib -PORTVERSION= 0.6 -PORTREVISION= 3 +PORTVERSION= 0.8 CATEGORIES= x11 graphics -MASTER_SITES= http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/ +MASTER_SITES= SF DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= hopet@ics.muni.cz @@ -18,15 +17,15 @@ COMMENT= A program for display calibration of X11-Servers with ICC profiles WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README README.profilers USE_XORG= x11 xext sm xxf86vm +USE_GMAKE= yes DEFINES= -DXCALIB_VERSION=\"${PORTVERSION}\" -DUNIX LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lm -lX11 -lXxf86vm -lXext CFLAGS+= -I./icclib -I${LOCALBASE}/include -I${LOCALBASE}/include -do-build: - ${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}.o - ${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/icclib/icc.c -o ${WRKSRC}/icclib/icc.o - ${CC} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.o -o ${WRKSRC}/${PORTNAME} +post-patch: + @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/x11/xcalib/distinfo b/x11/xcalib/distinfo index 8cd8e2db83a6..9c84616236e1 100644 --- a/x11/xcalib/distinfo +++ b/x11/xcalib/distinfo @@ -1,3 +1,3 @@ -MD5 (xcalib-source-0.6.tar.gz) = 076f9c28c2d1766d36c424dd1609cdbf -SHA256 (xcalib-source-0.6.tar.gz) = f942a39021d55cde9c25ee0e80e015d1b6ca48e60868382f903085aa2d747c2d -SIZE (xcalib-source-0.6.tar.gz) = 150354 +MD5 (xcalib-source-0.8.tar.gz) = 1fbcae44ad8d754512fdd1e5f1b3a7e7 +SHA256 (xcalib-source-0.8.tar.gz) = 8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6 +SIZE (xcalib-source-0.8.tar.gz) = 32782 diff --git a/x11/xcalib/pkg-descr b/x11/xcalib/pkg-descr index 3fb82397e997..5816b1e05f09 100644 --- a/x11/xcalib/pkg-descr +++ b/x11/xcalib/pkg-descr @@ -12,7 +12,7 @@ from your country/area to: 95100 Selb GERMANY -WWW: http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/ +WWW: http://xcalib.sourceforge.net - Petr hopet@ics.muni.cz |