mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
447 B
Makefile
24 lines
447 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: gsfv
|
|
# Date created: 18 September 2002
|
|
# Whom: Frederic Cambus
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gsfv
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= ijliao
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Create or verify Simple File Verification (SFV) checksum files
|
|
|
|
PLIST_FILES= bin/gsfv
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|