- Drop USE_X_PREFIX [*]

- Use SF macro
- Minor Makefile nits

Reminded by:	beech, miwi [*]
This commit is contained in:
Alexey Dokuchaev 2008-03-20 15:49:10 +00:00
parent 61015c5405
commit db6f263a3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209450
2 changed files with 2 additions and 6 deletions

View File

@ -23,11 +23,9 @@ LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
USE_X_PREFIX= yes
MAN1= tiemu.1
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= tiemu.1
post-extract: .SILENT
${RM} ${WRKSRC}/src/Makefile

View File

@ -9,8 +9,7 @@ PORTNAME= tilem
PORTVERSION= 0.973
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= danfe@FreeBSD.org
COMMENT= An emulator for the Z80 series of Texas Instruments calculators
@ -19,6 +18,5 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
.include <bsd.port.mk>