5d0e56a269
but, the correct way is preserve original MASTER_SITE and add freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring original preserving the Martin's proposed backup.
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# New ports collection makefile for: gplbp
|
|
# Date created: 23 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gplbp
|
|
PORTVERSION= 0.92
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.stampede.org/skibum/gplbp/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME Pilot Logbook application
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|