mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# Created by: Jim Mock <jim@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gaddr
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= http://www.wirelesscouch.net/software/gaddr/ \
|
|
http://bsd-geek.de/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= GTK 1.x address book
|
|
|
|
PLIST_FILES= bin/gaddr
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk12
|
|
|
|
MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}"
|
|
|
|
.include <bsd.port.mk>
|