blob: f5b0b94bd41a49b20ad1051a2c219ea692cd885c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 5
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_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|