mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7fd7cd5aad
strip binaries add multi-language support pass maintainship to submitter PR: 35322 Submitted by: Friedrich Volkmann <volkmann@chello.at>
30 lines
546 B
Makefile
30 lines
546 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: scid
|
|
# Date created: Mar 4, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scid
|
|
PORTVERSION= 3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= games databases tk83 tcl83
|
|
MASTER_SITES= http://scid.sourceforge.net/download/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= volkmann@chello.at
|
|
|
|
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
|
|
tk83:${PORTSDIR}/x11-toolkits/tk83
|
|
|
|
USE_PYTHON= yes
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-build:
|
|
@(cd ${WRKSRC}; ${GMAKE} strip)
|
|
|
|
.include <bsd.port.mk>
|