1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/seizedesktop/Makefile
Akinori MUSHA 1b8ed15b83 Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX.

Correct the wrong CATEGORIES specification.
  - Language specific categories should come first.
  - SeizeDesktop is not a `x11-toolkits' port. (Copy & paste miss?)
2000-04-13 12:42:12 +00:00

42 lines
1.3 KiB
Makefile

# New ports collection makefile for: JDE's SeizeDesktop
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= seizedesktop
PORTVERSION= 0.1a
CATEGORIES+= misc windowmaker tkstep80
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/
DISTNAME= SeizeDesktop-${PORTVERSION}
MAINTAINER= kiri@pis.toba-cmt.ac.jp
RUN_DEPENDS= ${RUN_DEP_LIST}
EXTRACT_ONLY= # extracted directly in install target
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
# This port is for both misc/seizedesktop and japanese/seizedesktop.
# But misc/seizedesktop and japanese/seizedesktop are mutually exclusive and
# SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
TKSTEPVERSION= 8.0
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \
${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
.else
RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \
${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
.endif
do-install:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \
${EXTRACT_AFTER_ARGS} -C ${PREFIX}
.include <bsd.port.mk>