mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7baf3e6af6
works. Inspired by: Hours of cursing at the ports tree.
25 lines
439 B
Makefile
25 lines
439 B
Makefile
# New ports collection makefile for: everybuddy
|
|
# Date created: 1 Mar 2000
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= everybuddy
|
|
PORTVERSION= 0.1.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.everybuddy.com/files/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/}
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= everybuddy.1
|
|
|
|
.include <bsd.port.mk>
|