mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
73baf7ab26
Submitted by: maintainer
25 lines
525 B
Makefile
25 lines
525 B
Makefile
# New ports collection makefile for: coldsync
|
|
# Version required: 1.1.2
|
|
# Date created: 21 January 2000
|
|
# Whom: Andrew Arensburger <arensb@ooblick.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= coldsync-1.1.2
|
|
CATEGORIES= palm comms
|
|
MASTER_SITES= http://www.ooblick.com/software/coldsync/
|
|
|
|
MAINTAINER= arensb@ooblick.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= coldsync.8
|
|
MANCOMPRESSED= no
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir
|
|
@install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|