- remove VERSION variable
- change MASTER_SITES - while here, do some indentation cleaning ok steven@
This commit is contained in:
parent
74ecdba099
commit
dce90a3ee0
@ -1,32 +1,31 @@
|
|||||||
# $OpenBSD: Makefile,v 1.26 2006/10/20 11:51:58 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.27 2006/11/18 17:32:55 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= "command line tool to synchronize Palm pilot to AvantGo"
|
COMMENT= "command line tool to synchronize Palm pilot to AvantGo"
|
||||||
|
|
||||||
VERSION= 2.2.0
|
DISTNAME= malsync_2.2.0.src
|
||||||
DISTNAME= malsync_${VERSION}.src
|
PKGNAME= ${DISTNAME:S/_/-/:S/.src//}
|
||||||
PKGNAME= malsync-${VERSION}
|
CATEGORIES= comms palm
|
||||||
CATEGORIES= comms palm
|
|
||||||
|
|
||||||
MASTER_SITES= http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/ \
|
MASTER_SITES= http://www.obsd.fr/OpenBSD/distfiles/ \
|
||||||
http://gentoo.oregonstate.edu/distfiles/ \
|
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
|
||||||
ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/
|
|
||||||
|
|
||||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||||
|
|
||||||
# MPL
|
# MPL
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
WANTLIB= c
|
WANTLIB= c
|
||||||
|
|
||||||
LIB_DEPENDS= pisock.>=9::comms/pilot-link
|
LIB_DEPENDS= pisock.>=9::comms/pilot-link
|
||||||
|
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
WRKSRC= ${WRKDIR}/malsync
|
WRKSRC= ${WRKDIR}/malsync
|
||||||
WRKDIST= ${WRKSRC}
|
WRKDIST= ${WRKSRC}
|
||||||
|
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user