mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
19 lines
291 B
Makefile
19 lines
291 B
Makefile
|
# New ports collection makefile for: isync
|
||
|
# Date created: 2000-12-23
|
||
|
# Whom: eivind
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= isync
|
||
|
PORTVERSION= 0.4
|
||
|
CATEGORIES= mail
|
||
|
MASTER_SITES= http://www.sigpipe.org/isync/
|
||
|
|
||
|
MAINTAINER= eivind@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN1= isync.1
|
||
|
|
||
|
.include <bsd.port.mk>
|