diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 05:48:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 05:48:59 +0800 |
commit | 5fc3cb123e9a3c63505957763df54d27e3918dd4 (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xoj | |
parent | 26e5b619991a6b291c22c4ea48b25ee14de7f7f6 (diff) | |
download | freebsd-ports-gnome-5fc3cb123e9a3c63505957763df54d27e3918dd4.tar.gz freebsd-ports-gnome-5fc3cb123e9a3c63505957763df54d27e3918dd4.tar.zst freebsd-ports-gnome-5fc3cb123e9a3c63505957763df54d27e3918dd4.zip |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
Diffstat (limited to 'games/xoj')
-rw-r--r-- | games/xoj/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xoj/Makefile b/games/xoj/Makefile index 4b5fce6a65a2..6a06373414fd 100644 --- a/games/xoj/Makefile +++ b/games/xoj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xoj -# Date created: 30 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xoj PORTVERSION= 1.0 @@ -16,8 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= O. J. Simpson Simulator root window demo +USES= imake USE_XORG= xaw -USE_IMAKE= yes NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xoj |