USE_GROFF=Yes
This commit is contained in:
parent
3b2e958d9f
commit
3ed7d907a5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2010/07/11 15:57:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= create & extract files from DOS .ARC files
|
||||
|
||||
@ -21,6 +21,7 @@ REVISION = 1
|
||||
WANTLIB= c
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" OPT="${CFLAGS}" TMCLOCK=""
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/arc ${WRKBUILD}/marc ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2007/09/16 11:14:46 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= block-sorting file compressor, encumbered
|
||||
|
||||
@ -16,6 +16,7 @@ WANTLIB= c
|
||||
MAKE_FLAGS= CC="${CC}" \
|
||||
CFLAGS="${CFLAGS} -fomit-frame-pointer -funroll-loops \
|
||||
-Wall -Winline -Wshadow -W"
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2010/09/20 18:21:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= block-sorting file compressor, unencumbered
|
||||
|
||||
@ -27,6 +27,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${BZ2_CFLAGS}" \
|
||||
REGRESS_FLAGS= LD_LIBRARY_PATH="${WRKBUILD}" LIBbz2_VERSION=${LIBbz2_VERSION}
|
||||
|
||||
REGRESS_TARGET= test
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bzip2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/31 00:30:27 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= extracts files from Microsoft CAB archives
|
||||
|
||||
@ -20,5 +20,6 @@ WANTLIB= c
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/08/26 08:48:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= FREEZE / MELT compression program - often used in QNX
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
MAKE_FLAGS= CFLAGS="${CFLAGS} -I."
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/04/05 16:58:59 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= GNU copy-in/out (cpio)
|
||||
|
||||
@ -23,6 +23,7 @@ CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --program-prefix="g" \
|
||||
--disable-silent-rules \
|
||||
--with-rmt=/etc/rmt
|
||||
USE_GROFF = Yes
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/07/11 15:57:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= packing and unpacking of shell archives
|
||||
|
||||
@ -18,6 +18,7 @@ WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS+= --program-prefix="g" --disable-uucode --disable-nls
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/po/sharutils.pot
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2007/09/16 11:14:46 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= archive files using LZW compression (.lzh files)
|
||||
|
||||
@ -20,6 +20,7 @@ WANTLIB= c
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=lha/22231/}
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN_DIR} ${PREFIX}/man/ja_JP.EUC/man1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/09/13 17:10:31 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= library for reading and writing streaming archives
|
||||
|
||||
@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--without-xml2 # expat suffices
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build/autoconf
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Regression tests:
|
||||
# libarchive/test_entry fails due to lacking locale/widechar support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/09/12 16:49:08 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= C library for manipulating tar files
|
||||
|
||||
@ -24,6 +24,7 @@ MASTER_SITES= http://distfiles.nl/ \
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2009/11/20 13:35:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 16:47:00 espie Exp $
|
||||
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
||||
|
||||
COMMENT= fast file compressor similar to gzip
|
||||
@ -21,5 +21,6 @@ WANTLIB= c
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
|
||||
LDFLAGS="-L${DEPBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/07/11 15:57:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= several programs to handle macintosh files and archives
|
||||
DISTNAME= macutil2.0b3
|
||||
@ -23,6 +23,7 @@ MAKE_FILE= makefile
|
||||
WRKDIST= ${WRKDIR}/macutil
|
||||
MAKE_ENV= CF="${CFLAGS}" \
|
||||
CC=${CC}
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2007/09/15 10:14:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= NuFX archiver
|
||||
|
||||
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" OPTIMIZE="${CFLAGS}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/nulib
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/15 18:50:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= perl interface to ZIP files
|
||||
|
||||
@ -17,5 +17,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
REGRESS_DEPENDS=:zip-*:archivers/zip \
|
||||
::devel/p5-Test-Pod
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/24 15:23:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
LIB_DEPENDS= bz2.>=10::archivers/bzip2
|
||||
USE_GROFF = Yes
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/config.in
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/09/24 15:23:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
REVISION = 3
|
||||
CONFIGURE_STYLE= perl
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/Compress-LZO-1.08
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/09/24 15:23:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= PerlIO layer to gzip/gunzip
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
USE_GROFF = Yes
|
||||
DISTNAME= PerlIO-gzip-0.18
|
||||
CATEGORIES= archivers
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/06/20 15:54:35 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -36,6 +36,7 @@ RUN_DEPENDS-rar=::archivers/p7zip,-main
|
||||
WRKDIST= ${WRKDIR}/p7zip_${V}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_FILE= makefile
|
||||
MAKE_FLAGS= MYCC="${CC}" MYCXX="${CXX}" \
|
||||
MYCFLAGS="${CFLAGS}" MYCXXFLAGS="${CXXFLAGS}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/08/31 08:15:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= file compressor with a high compression ratio
|
||||
|
||||
@ -24,6 +24,7 @@ FAKE=lib
|
||||
CONFIGURE_STYLE=gnu dest
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
|
||||
LDFLAGS="-L${DEPBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/07/02 05:20:26 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= unique standard tape archiver
|
||||
|
||||
@ -18,6 +18,7 @@ FLAVORS= static
|
||||
FLAVOR?=
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_FLAGS= CCOM="${CC}" COPTOPT="${CFLAGS}" \
|
||||
CPPOPTX="-DDEFTAPE=\\\"/dev/rst0\\\" \
|
||||
-DSYSCONFDIR=\\\"$(SYSCONFDIR)\\\"" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/10/14 10:27:28 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= extract files from InstallShield CAB archives
|
||||
|
||||
@ -20,6 +20,7 @@ WANTLIB= c z
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.59
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2010/04/25 10:36:05 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= extract, list & test files in a ZIP archive
|
||||
|
||||
@ -21,6 +21,7 @@ WANTLIB= c
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" LD="${CC}" CF='-I. $$(LOC)'
|
||||
FAKE_FLAGS= prefix="${WRKINST}${PREFIX}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Workaround compiler bug on hppa which causes crashes
|
||||
.if ${MACHINE_ARCH} == "hppa"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/07/19 12:04:12 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= LZMA compression and decompression tools
|
||||
|
||||
@ -24,6 +24,7 @@ MODGCC3_ARCHES= sparc
|
||||
WANTLIB= c
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
SEPARATE_BUILD= simple
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2009/01/14 16:59:51 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= create/update ZIP files compatible with PKZip(tm)
|
||||
|
||||
@ -22,6 +22,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS_NOOPT="${CFLAGS} -I. -DUNIX"
|
||||
MAKE_FILE= unix/Makefile
|
||||
ALL_TARGET= generic
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
.for prog in zip zipcloak zipnote zipsplit
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/07/11 15:57:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= handle the old .ZOO archive format
|
||||
|
||||
@ -17,6 +17,7 @@ REVISION = 1
|
||||
WANTLIB= c
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" OPTIM="${CFLAGS}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAKE_FILE= makefile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/05/12 16:08:15 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= lightweight library for extracting data from zip files
|
||||
|
||||
@ -27,6 +27,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
BUILD_DEPENDS= ::archivers/zip
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/12/18 08:32:22 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= Differential GPS over IP communication device
|
||||
|
||||
@ -19,5 +19,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/17 08:39:34 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT = calculate and print calendars
|
||||
|
||||
@ -24,6 +24,7 @@ WANTLIB = c m ncurses
|
||||
CONFIGURE_STYLE = gnu dest
|
||||
CONFIGURE_ARGS = --enable-easc \
|
||||
--without-included-gettext
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/09/15 10:37:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= astronomical julian date calculator
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c
|
||||
|
||||
SEPARATE_BUILD= simple
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/15 10:37:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= displays the phase of the moon in ascii
|
||||
|
||||
@ -23,6 +23,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -DOS_BSD" LDFLAGS=""
|
||||
|
||||
WRKDIST= ${WRKDIR}/phoon
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/phoon ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/08/26 11:12:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= free open source planetarium
|
||||
|
||||
@ -36,6 +36,7 @@ RUN_DEPENDS= ::net/curl \
|
||||
|
||||
CONFIGURE_STYLE=cmake
|
||||
CONFIGURE_ENV= HOME=${WRKDIR}
|
||||
USE_GROFF = Yes
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/08/26 11:12:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT-main= display the phase of the Sun on a map of the Earth
|
||||
COMMENT-maps= additional maps of the Earth for sunclock
|
||||
@ -21,6 +21,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
FAKE= lib
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= imake
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/08/26 11:12:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= wm-dockapp; displays the earth on an icon
|
||||
|
||||
@ -29,5 +29,6 @@ LIB_DEPENDS= ::graphics/jpeg \
|
||||
MAKE_ENV= CC="${CC}"
|
||||
USE_X11= Yes
|
||||
NO_REGRESS= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/09/12 16:49:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= wm-dockapp; shows the moon phase
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES= http://distfiles.nl/
|
||||
|
||||
MAKE_ENV= CC="${CC}"
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKSRC= ${WRKDIST}/Src
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/09/12 16:49:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= wm-dockapp; space weather monitor
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES= http://distfiles.nl/
|
||||
|
||||
MAKE_ENV= CC="${CC}"
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKSRC= ${WRKDIST}/wmSpaceWeather
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/09/12 16:49:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= wm-dockapp; shows sunrise/sunset times
|
||||
|
||||
@ -21,6 +21,7 @@ MASTER_SITES= http://distfiles.nl/
|
||||
|
||||
MAKE_ENV= CC="${CC}"
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKSRC= ${WRKDIST}/wmSun
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/08/26 11:12:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= set the root window to the image of earth
|
||||
DISTNAME= xearth-1.1
|
||||
@ -18,6 +18,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2010/09/12 16:49:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= interactive astronomical ephemeris
|
||||
DISTNAME= xephem-3.2.3
|
||||
@ -16,6 +16,7 @@ REVISION = 3
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m
|
||||
|
||||
USE_MOTIF= any
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
do-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/08/26 11:12:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 16:47:00 espie Exp $
|
||||
|
||||
COMMENT= set the root window to the moon in its current phase
|
||||
DISTNAME= xphoon
|
||||
@ -21,6 +21,7 @@ WANTLIB= X11 Xau Xdmcp Xext c m
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user